diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index f23daa76..4e88d695 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -278,7 +278,6 @@ abstract class Pool extends Component public function clean(string $name) { var_dump($name, Timer::clear($this->creates)); -// $this->warning('release ' . get_called_class() . ' pool...'); if (!Context::inCoroutine() || !isset($this->_items[$name])) { return; }