diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index a4c1bce4..55a70a23 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -187,7 +187,6 @@ abstract class Pool extends Component */ private function createByCallback($name, mixed $callback) { - var_dump($this->canCreate($name)); if (!$this->canCreate($name)) { return; }