Remove debug print

This commit is contained in:
Lonami Exo 2018-07-08 15:24:33 +02:00
parent 3a9cce8720
commit e0513e10df

View File

@ -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: