Skip to content

Commit 083420f

Browse files
authored
Merge pull request #347 from qiniu/hbw
delete test code
2 parents cc43ceb + 3ef8129 commit 083420f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Qiniu/Sms/Sms.php

-1
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)