diff --git a/Connection.php b/Connection.php index 8c1ff48..9b0a2ee 100644 --- a/Connection.php +++ b/Connection.php @@ -204,7 +204,6 @@ class Connection extends Component } return false; } catch (\Throwable $exception) { - $this->logger->failure($exception); return false; } }