From e94b3ca1d9e2d0a6fa24d27f160d57442d7cf739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 5 Jul 2021 11:31:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Abstracts/Pool.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index b227db35..1f8a1cd0 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -81,10 +81,7 @@ abstract class Pool extends Component } else { $min = Config::get('databases.pool.min', 1); if (($length = $this->getChannel($name)->length()) > $min) { - $this->debug("$name -> $length -> min length $min"); $this->flush($min); - } else { - $this->debug("$name -> $length -> min length $min"); } } }