From dda4a8f70c2a071ff23fc8729e1dc7102a92a79f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 2 Mar 2021 15:07:32 +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 9f5595bc..bb29153f 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -272,7 +272,6 @@ abstract class Pool extends Component */ public function clean(string $name) { - var_dump($name); if (Timer::exists($this->creates)) { Timer::clear($this->creates); }