Pyrofork: clean debug print

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2023-09-29 20:04:40 +07:00
parent 1300819269
commit f888ef5387
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -130,8 +130,6 @@ class Dispatcher:
)
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