From 8ea24eaf45888e51823e2e0f18e6a27afa084458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 23 Apr 2021 18:41:58 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index a4c1bce4..55a70a23 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -187,7 +187,6 @@ abstract class Pool extends Component */ private function createByCallback($name, mixed $callback) { - var_dump($this->canCreate($name)); if (!$this->canCreate($name)) { return; }