mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -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') {
|
if ($redirect_option == 'target') {
|
||||||
switch ($checkout_to_type) {
|
switch ($checkout_to_type) {
|
||||||
case 'user':
|
case 'user':
|
||||||
\Log::error('We think the checkout type is user?');
|
|
||||||
return route('users.show', $request->assigned_user);
|
return route('users.show', $request->assigned_user);
|
||||||
case 'location':
|
case 'location':
|
||||||
return route('locations.show', $request->assigned_location);
|
return route('locations.show', $request->assigned_location);
|
||||||
|
|
Loading…
Reference in a new issue