Remove debugging that stops execution
This commit is contained in:
@@ -99,7 +99,6 @@ class Database
|
||||
DB::table($table)->insert($row);
|
||||
} catch (QueryException $e) {
|
||||
Log::error($e);
|
||||
dd($row);
|
||||
|
||||
throw $e;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user