Remove debugging that stops execution

This commit is contained in:
Nabeel Shahzad
2019-07-23 10:17:51 -04:00
parent 71f5d33af7
commit 224cfaf603

View File

@@ -99,7 +99,6 @@ class Database
DB::table($table)->insert($row);
} catch (QueryException $e) {
Log::error($e);
dd($row);
throw $e;
}