mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -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')) {
|
if ($request->has('asset_name')) {
|
||||||
$row[] = ($asset->name) ? $asset->name : '';
|
$row[] = ($asset->name) ? $asset->name : '';
|
||||||
\Log::debug($asset->name);
|
|
||||||
\Log::debug($asset);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($request->has('asset_tag')) {
|
if ($request->has('asset_tag')) {
|
||||||
|
|
Loading…
Reference in a new issue