From 0d3a37084ea2f00c5c5b5202d4d07de75979b9a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sat, 19 Aug 2023 19:48:10 +0800 Subject: [PATCH] qqq --- Connection.php | 1 - 1 file changed, 1 deletion(-) 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; } }