From 4d84f0573f73e590d1c553c89e0646e45f2fb6db Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Fri, 23 Apr 2021 03:58:15 +0800 Subject: [PATCH] modify --- System/Abstracts/Pool.php | 1 - 1 file changed, 1 deletion(-) diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index a64826a0..ecee98c3 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -72,7 +72,6 @@ abstract class Pool extends Component $this->pop($channel, $name, $retain_number); } if ($retain_number == 0) { - $this->debug('release Timer::tick'); Timer::clear($this->creates); $this->creates = -1; }