Skip to content

Commit f193ad6

Browse files
sabakugaarasabakugaara
authored andcommitted
fix log
1 parent f23db9c commit f193ad6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

upyun.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ protected function _do_request($method, $path, $headers = NULL, $body= NULL, $fi
309309

310310
$response = curl_exec($ch);
311311
$http_code = curl_getinfo($ch, CURLINFO_HTTP_CODE);
312-
var_dump($response);
313312

314313
if ($http_code == 0) throw new UpYunException('Connection Failed', $http_code);
315314

0 commit comments

Comments
 (0)