mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 13:57:41 -08:00
Remove some debug code
This commit is contained in:
parent
f5791c79a5
commit
516f766a44
|
@ -69,7 +69,6 @@ class AssetFilesController extends Controller
|
|||
return response()->json(Helper::formatStandardApiResponse('success', $asset, trans('admin/hardware/message.upload.success')));
|
||||
}
|
||||
|
||||
return response()->json(Helper::formatStandardApiResponse('error', null, "Bad bananas"), 500);
|
||||
return response()->json(Helper::formatStandardApiResponse('error', null, trans('admin/hardware/message.upload.nofiles')), 500);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue