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