mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-10 16:12:22 +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)
|
offset_id = max(offset_id, min_id)
|
||||||
if offset_id and max_id:
|
if offset_id and max_id:
|
||||||
if max_id - offset_id <= 1:
|
if max_id - offset_id <= 1:
|
||||||
print('suck lol')
|
|
||||||
return
|
return
|
||||||
|
|
||||||
if not max_id:
|
if not max_id:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user