This commit is contained in:
2021-03-02 18:40:48 +08:00
parent a64c5c4f4d
commit 0a598935bd
-1
View File
@@ -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;
}