mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-01-27 17:54:38 +03:00
Remove debug print
This commit is contained in:
parent
3a9cce8720
commit
e0513e10df
|
@ -139,7 +139,6 @@ class MessageMethods(UploadMethods, MessageParseMethods):
|
|||
offset_id = max(offset_id, min_id)
|
||||
if offset_id and max_id:
|
||||
if max_id - offset_id <= 1:
|
||||
print('suck lol')
|
||||
return
|
||||
|
||||
if not max_id:
|
||||
|
|
Loading…
Reference in New Issue
Block a user