Skip to content

Commit 89483b2

Browse files
committed
Remove print
1 parent 8593568 commit 89483b2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Telegram.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ public function handleGetUpdatesCore($offset, $limit = null, $timeout = null)
319319
if ($response->isOk()) {
320320
//Process all updates
321321
foreach ((array) $response->getResult() as $result) {
322-
print($result);
323322
$this->processUpdate($result);
324323
}
325324
}

0 commit comments

Comments
 (0)