From 0d7fd5e356a69f8871eb1ee8e1723fbc0e828d20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 11 Jan 2022 14:53:41 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- RpcManager.php | 1 - 1 file changed, 1 deletion(-) diff --git a/RpcManager.php b/RpcManager.php index 2bed12c..a3c85d7 100644 --- a/RpcManager.php +++ b/RpcManager.php @@ -31,7 +31,6 @@ class RpcManager extends Component if ($lists->getStatusCode() != 200) { return; } - var_dump($lists->getBody()); $body = json_decode($lists->getBody(), true); $file = storage('.rpc.clients.' . md5($serviceName), 'rpc'); if (!empty($body) && is_array($body)) {