diff --git a/app/Services/CommonService.php b/app/Services/CommonService.php index b0e6b49..07072fd 100644 --- a/app/Services/CommonService.php +++ b/app/Services/CommonService.php @@ -64,7 +64,6 @@ abstract class CommonService __FUNCTION__, $this->getModel()->getLastQuery() ); - LogCollector::error($message); throw new \Exception($message); } } @@ -89,7 +88,6 @@ abstract class CommonService __FUNCTION__, $this->getModel()->getLastQuery() ); - LogCollector::error($message); throw new \Exception($message); } } //