mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-06-17 02:26:40 +00:00
Remove accidentally-committed debug print
This commit is contained in:
parent
bdedd2dc26
commit
86cdb7c1f8
@ -549,7 +549,6 @@ class MTProtoSender:
|
||||
self._log.warning('Note: %s is not an update, not dispatching it %s', message.obj)
|
||||
return
|
||||
|
||||
print(message.obj.__class__.__name__)
|
||||
self._log.debug('Handling update %s', message.obj.__class__.__name__)
|
||||
if self._update_callback:
|
||||
self._update_callback(message.obj)
|
||||
|
Loading…
Reference in New Issue
Block a user