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; }