Skip to content

Commit

Permalink
fixed ImageMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpinyugin committed Apr 20, 2016
1 parent 03885e5 commit 9b2d3a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Messages/ImageMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ public function getData()
$res['filedata'] = $this->getCurlValue($this->text, mime_content_type($this->text), basename($this->text));
}

writeToLog($res);

return $res;
}

Expand Down

0 comments on commit 9b2d3a4

Please sign in to comment.