From 224cfaf6031841b4dd03cdd19f23fee065da942b Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Tue, 23 Jul 2019 10:17:51 -0400 Subject: [PATCH] Remove debugging that stops execution --- app/Support/Database.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Support/Database.php b/app/Support/Database.php index 3c85d326..61684d0e 100644 --- a/app/Support/Database.php +++ b/app/Support/Database.php @@ -99,7 +99,6 @@ class Database DB::table($table)->insert($row); } catch (QueryException $e) { Log::error($e); - dd($row); throw $e; }