mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-13 04:56:35 +03: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)
|
self._log.warning('Note: %s is not an update, not dispatching it %s', message.obj)
|
||||||
return
|
return
|
||||||
|
|
||||||
print(message.obj.__class__.__name__)
|
|
||||||
self._log.debug('Handling update %s', message.obj.__class__.__name__)
|
self._log.debug('Handling update %s', message.obj.__class__.__name__)
|
||||||
if self._update_callback:
|
if self._update_callback:
|
||||||
self._update_callback(message.obj)
|
self._update_callback(message.obj)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user