mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Removed logging
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
08f4fe5f35
commit
068535a80c
|
@ -1510,7 +1510,6 @@ class Helper
|
|||
if ($redirect_option == 'target') {
|
||||
switch ($checkout_to_type) {
|
||||
case 'user':
|
||||
\Log::error('We think the checkout type is user?');
|
||||
return route('users.show', $request->assigned_user);
|
||||
case 'location':
|
||||
return route('locations.show', $request->assigned_location);
|
||||
|
|
Loading…
Reference in a new issue