Skip to content

Commit

Permalink
Merge pull request #6 from yunpian/v1.0.0
Browse files Browse the repository at this point in the history
rm var_dump in YunpianApi.php
  • Loading branch information
dzh authored Mar 14, 2017
2 parents a48f822 + d4551b5 commit 62a467a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Api/YunpianApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ function uri() {
function post(array &$param, ResultHandler $h = null, Result $r = null) {
try {
$rsp = $this->clnt->post($this->uri(), $param);
var_dump($rsp);
return $this->result($rsp, $h, $r);
} catch (Exception $e) {
return $h->catchExceptoin($e, $r);
Expand Down

0 comments on commit 62a467a

Please sign in to comment.