diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index c4c9a63e4..01b172ccc 100755 --- a/resources/views/dashboard.blade.php +++ b/resources/views/dashboard.blade.php @@ -167,10 +167,7 @@ }); }, error: function (data) { - // AssetRequest Validator will flash all errors to session, this just refreshes to see them. window.location.reload(true); - // console.log(JSON.stringify(data)); - // console.log('error submitting'); } });