feat: remove verbose

This commit is contained in:
loks0n
2024-11-08 13:06:09 +01:00
parent ee4b54857f
commit e43887c53b
-3
View File
@@ -225,9 +225,6 @@ class Client
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
}
curl_setopt($ch, CURLOPT_VERBOSE, true);
$responseBody = curl_exec($ch);
$responseType = $responseHeaders['content-type'] ?? '';
$responseStatus = curl_getinfo($ch, CURLINFO_HTTP_CODE);