Remove accidentally-committed debug print

This commit is contained in:
Lonami
2019-06-15 23:14:59 +02:00
committed by GitHub
parent bdedd2dc26
commit 86cdb7c1f8

View File

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