Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
MBoretto committed Mar 30, 2020
1 parent 8593568 commit 89483b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Telegram.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ public function handleGetUpdatesCore($offset, $limit = null, $timeout = null)
if ($response->isOk()) {
//Process all updates
foreach ((array) $response->getResult() as $result) {
print($result);
$this->processUpdate($result);
}
}
Expand Down

0 comments on commit 89483b2

Please sign in to comment.