diff --git a/CoroutineClient.php b/CoroutineClient.php index 5b4e8f2..201fa63 100644 --- a/CoroutineClient.php +++ b/CoroutineClient.php @@ -60,7 +60,6 @@ class CoroutineClient extends ClientAbstracts private function coroutine($url, array|string $data = []): void { try { - var_dump($url, $this->getPort()); $this->generate_client($data, ...$url); if ($this->client->statusCode < 0) { throw new Exception($this->client->errMsg);