From 9873b20416edb19db40cdeea2341435476ff7ffa Mon Sep 17 00:00:00 2001 From: wulan17 Date: Thu, 26 Oct 2023 05:11:45 +0700 Subject: [PATCH] Pyrofork: remove debug print Signed-off-by: wulan17 --- pyrogram/dispatcher.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyrogram/dispatcher.py b/pyrogram/dispatcher.py index d2ec8ec0c..fd8600704 100644 --- a/pyrogram/dispatcher.py +++ b/pyrogram/dispatcher.py @@ -130,8 +130,6 @@ async def chat_join_request_parser(update, users, chats): ) async def story_parser(update, users, chats): - print(update) - print(update.story) return ( await pyrogram.types.Story._parse(self.client, update.story, update.peer), StoryHandler