From 6c15d651078931c56f1f205c801a7558293960b0 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Wed, 23 Jul 2014 17:40:08 +0200 Subject: And that --- slixmpp/xmlstream/xmlstream.py | 2 -- 1 file changed, 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) -- cgit v1.2.3