mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-03 03:30:09 +03:00
Remove debug code from production
Ah yes, ooOoOo
This commit is contained in:
parent
b76bed3a40
commit
a60a6cb069
|
@ -125,7 +125,6 @@ class NewMessage(EventBuilder):
|
||||||
if isinstance(ori.to_id, types.PeerUser):
|
if isinstance(ori.to_id, types.PeerUser):
|
||||||
if ori.from_id == ori.to_id.user_id and not ori.fwd_from:
|
if ori.from_id == ori.to_id.user_id and not ori.fwd_from:
|
||||||
event.message.out = True
|
event.message.out = True
|
||||||
print('ooOoOo', ori)
|
|
||||||
|
|
||||||
return event
|
return event
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user