mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Removed debugging
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
975b4dee2f
commit
02caa13222
|
@ -590,7 +590,6 @@ class ReportsController extends Controller
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($request->filled('by_rtd_location_id')) {
|
if ($request->filled('by_rtd_location_id')) {
|
||||||
\Log::debug('RTD location should match: '.$request->input('by_rtd_location_id'));
|
|
||||||
$assets->where('assets.rtd_location_id', $request->input('by_rtd_location_id'));
|
$assets->where('assets.rtd_location_id', $request->input('by_rtd_location_id'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -611,7 +610,6 @@ class ReportsController extends Controller
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($request->filled('by_dept_id')) {
|
if ($request->filled('by_dept_id')) {
|
||||||
\Log::debug('Only users in dept '.$request->input('by_dept_id'));
|
|
||||||
$assets->CheckedOutToTargetInDepartment($request->input('by_dept_id'));
|
$assets->CheckedOutToTargetInDepartment($request->input('by_dept_id'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue