diff options
-rw-r--r-- | slixmpp/xmlstream/xmlstream.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/slixmpp/xmlstream/xmlstream.py b/slixmpp/xmlstream/xmlstream.py index bbed8166..e34c7d95 100644 --- a/slixmpp/xmlstream/xmlstream.py +++ b/slixmpp/xmlstream/xmlstream.py @@ -826,8 +826,6 @@ class XMLStream(object): try: handler.run(stanza_copy) except Exception as e: - error_msg = 'Error processing stream handler: %s' - log.exception(error_msg, handler.name) stanza_copy.exception(e) if handler.check_delete(): self.__handlers.remove(handler) |