From 7ca732f1539a4d46e6516a3a1235872f827bd4ab Mon Sep 17 00:00:00 2001 From: xl Date: Mon, 18 Nov 2024 16:39:59 +0800 Subject: [PATCH] eee --- Connection.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Connection.php b/Connection.php index 1775826..8c0c3a2 100644 --- a/Connection.php +++ b/Connection.php @@ -344,8 +344,6 @@ class Connection extends Component */ public function disconnect(): void { - var_dump(__FUNCTION__); - if ($this->timerId > -1) { Timer::clear($this->timerId); }