From a1018576a086f65cd68c8983d1d10aa20b440f42 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 23 Dec 2017 14:44:15 +0100 Subject: [PATCH] Update bot.php --- bot.php | 1 - 1 file changed, 1 deletion(-) diff --git a/bot.php b/bot.php index 3e0a45d9..e897c89b 100755 --- a/bot.php +++ b/bot.php @@ -61,5 +61,4 @@ while (true) { } } } - echo 'Wrote '.\danog\MadelineProto\Serialization::serialize('bot.madeline', $MadelineProto).' bytes'.PHP_EOL; }