mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Removed debugging
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
f25ddee857
commit
2695576968
|
@ -290,11 +290,7 @@ class BulkAssetsController extends Controller
|
||||||
|
|
||||||
} // end asset foreach
|
} // end asset foreach
|
||||||
|
|
||||||
\Log::debug($has_errors.' errors');
|
|
||||||
if ($has_errors > 0) {
|
if ($has_errors > 0) {
|
||||||
\Log::debug('Error array:');
|
|
||||||
\Log::debug(print_r($error_array, true));
|
|
||||||
//dd($error_array);
|
|
||||||
return redirect($bulk_back_url)->with('bulk_asset_errors', $error_array);
|
return redirect($bulk_back_url)->with('bulk_asset_errors', $error_array);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue