From 22f425ceb7e160929cf4c5d7504542088dfe3c58 Mon Sep 17 00:00:00 2001 From: whwyy Date: Fri, 28 Nov 2025 11:43:24 +0800 Subject: [PATCH] ea --- CurlClient.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/CurlClient.php b/CurlClient.php index 6f10277..85c5eb8 100644 --- a/CurlClient.php +++ b/CurlClient.php @@ -127,8 +127,6 @@ class CurlClient extends ClientAbstracts if (!empty($this->caPath)) { curl_setopt($this->client, CURLOPT_CAINFO, $this->caPath); } - - var_dump($path,$method); }