We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8593568 commit 89483b2Copy full SHA for 89483b2
1 file changed
src/Telegram.php
@@ -319,7 +319,6 @@ public function handleGetUpdatesCore($offset, $limit = null, $timeout = null)
319
if ($response->isOk()) {
320
//Process all updates
321
foreach ((array) $response->getResult() as $result) {
322
- print($result);
323
$this->processUpdate($result);
324
}
325
0 commit comments