Remove old comment

This commit is contained in:
Marcus Moore 2025-02-20 12:50:03 -08:00
parent 39bb2c2adb
commit 992b4c7d86
No known key found for this signature in database

View file

@ -35,7 +35,6 @@ class NotesController extends Controller
return redirect()
->route('hardware.show', $validated['id'])
->withFragment('history')
// @todo: translate
->with('success', trans('general.note_added'));
}
}