mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 19:59:18 -08:00
Removed older comments
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
d0e8a4ca09
commit
4eab5fd075
|
@ -98,9 +98,6 @@ class AssetCheckinController extends Controller
|
|||
}
|
||||
|
||||
$asset->location_id = $asset->rtd_location_id;
|
||||
\Log::debug('After Location ID: '.$asset->location_id);
|
||||
\Log::debug('After RTD Location ID: '.$asset->rtd_location_id);
|
||||
|
||||
|
||||
if ($request->filled('location_id')) {
|
||||
\Log::debug('NEW Location ID: '.$request->get('location_id'));
|
||||
|
|
Loading…
Reference in a new issue