Skip to content

Commit 67e2763

Browse files
committed
style: delete test code
1 parent f0087f2 commit 67e2763

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Qiniu/Sms/Sms.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ private function post($url, $body, $contentType = 'application/json')
359359

360360
$headers['Content-Type'] = $contentType;
361361
$ret = Client::post($url, $body, $headers);
362-
var_dump($body);
363362
if (!$ret->ok()) {
364363
return array(null, new Error($url, $ret));
365364
}

0 commit comments

Comments
 (0)