mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Removed verbose logging
This commit is contained in:
parent
78a51d3675
commit
8b4c85d69a
|
@ -605,8 +605,6 @@ class ReportsController extends Controller
|
|||
|
||||
if ($request->has('asset_name')) {
|
||||
$row[] = ($asset->name) ? $asset->name : '';
|
||||
\Log::debug($asset->name);
|
||||
\Log::debug($asset);
|
||||
}
|
||||
|
||||
if ($request->has('asset_tag')) {
|
||||
|
|
Loading…
Reference in a new issue