From 7cab596457fb5842e583763efe12c4cdd6ae07a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 24 Feb 2021 14:34:47 +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/Pool/ObjectPool.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/System/Pool/ObjectPool.php b/System/Pool/ObjectPool.php index ebf2acea..7a0ab420 100644 --- a/System/Pool/ObjectPool.php +++ b/System/Pool/ObjectPool.php @@ -77,12 +77,10 @@ class ObjectPool extends \Snowflake\Abstracts\Pool /** - * @throws ComponentException * 清理等待回收的对象 */ public function destruct() { - $this->warning('destruct object...'); if (empty($this->_waitRecover)) { return; }