Skip to content

Commit 255aa82

Browse files
authored
Remove useless echo
1 parent fe5dcb7 commit 255aa82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Telegram.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3190,7 +3190,6 @@ private function sendAPIRequest($url, array $content, $post = true)
31903190
if ($result === false) {
31913191
$result = json_encode(['ok'=>false, 'curl_error_code' => curl_errno($ch), 'curl_error' => curl_error($ch)]);
31923192
}
3193-
echo $result;
31943193
curl_close($ch);
31953194
if ($this->log_errors) {
31963195
if (class_exists('TelegramErrorLogger')) {

0 commit comments

Comments
 (0)