mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Code cleanup
This commit is contained in:
@@ -236,10 +236,6 @@ class Executor
|
||||
$responseType = $responseHeaders['content-type'] ?? '';
|
||||
$responseStatus = curl_getinfo($ch, CURLINFO_HTTP_CODE);
|
||||
|
||||
\var_dump($responseBody);
|
||||
\var_dump($responseStatus);
|
||||
\var_dump($responseHeaders);
|
||||
|
||||
if ($decode) {
|
||||
switch (substr($responseType, 0, strpos($responseType, ';'))) {
|
||||
case 'application/json':
|
||||
|
||||
Reference in New Issue
Block a user