From 89483b249e8dfb60a0aaf5d8e37cac14c96708a7 Mon Sep 17 00:00:00 2001 From: mboretto Date: Mon, 30 Mar 2020 20:47:25 +0000 Subject: [PATCH] Remove print --- src/Telegram.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Telegram.php b/src/Telegram.php index 5ea1ec668..9f6208f88 100644 --- a/src/Telegram.php +++ b/src/Telegram.php @@ -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); } }