Removed debugging
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
f25ddee857
commit
2695576968
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue