From f17a55f8d0574a0183ecb8fd120e11a776343987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 21 Feb 2022 15:39:55 +0800 Subject: [PATCH] modify plugin name --- CoroutineClient.php | 1 - 1 file changed, 1 deletion(-) 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);