Removed older comments

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-05-17 06:55:33 -07:00
parent d0e8a4ca09
commit 4eab5fd075

View file

@ -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'));