This commit is contained in:
2021-03-02 15:07:32 +08:00
parent b330e95d22
commit dda4a8f70c
-1
View File
@@ -272,7 +272,6 @@ abstract class Pool extends Component
*/ */
public function clean(string $name) public function clean(string $name)
{ {
var_dump($name);
if (Timer::exists($this->creates)) { if (Timer::exists($this->creates)) {
Timer::clear($this->creates); Timer::clear($this->creates);
} }