diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index 9f5595bc..bb29153f 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -272,7 +272,6 @@ abstract class Pool extends Component */ public function clean(string $name) { - var_dump($name); if (Timer::exists($this->creates)) { Timer::clear($this->creates); }