remove testing lines

This commit is contained in:
Godfrey M
2025-04-09 12:11:46 -07:00
parent 1b961346f0
commit c385b4a082

View File

@@ -190,7 +190,7 @@ class AssetsController extends Controller
if ($asset->isValid() && $asset->save()) {
$target = null;
$location = null;
request()->merge(['assigned_asset' => -1]);
if ($userId = request('assigned_user')) {
$target = User::find($userId);