From 7305169b79403e5882775b808370980e7d6abb74 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 6 Apr 2017 21:18:42 -0700 Subject: [PATCH] Removed extra comments --- resources/views/dashboard.blade.php | 3 --- 1 file changed, 3 deletions(-) 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'); } });