Skip to content

Commit

Permalink
Pyrofork: remove debug print
Browse files Browse the repository at this point in the history
Signed-off-by: wulan17 <wulan17@nusantararom.org>
  • Loading branch information
wulan17 committed Oct 25, 2023
1 parent 4de516e commit 9873b20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyrogram/dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9873b20

Please sign in to comment.