3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-09 01:48:05 +00:00

Remove old comment

This commit is contained in:
Marcus Moore
2025-02-20 12:50:03 -08:00
parent 39bb2c2adb
commit 992b4c7d86

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