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