diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-07-23 17:40:08 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-07-23 17:40:08 +0200 |
commit | 6c15d651078931c56f1f205c801a7558293960b0 (patch) | |
tree | e6b0fe9aba819e7f23ed2c68368052c34c6122cb | |
parent | e5af0597a6255d2fa3d820429154733920569090 (diff) | |
download | slixmpp-6c15d651078931c56f1f205c801a7558293960b0.tar.gz slixmpp-6c15d651078931c56f1f205c801a7558293960b0.tar.bz2 slixmpp-6c15d651078931c56f1f205c801a7558293960b0.tar.xz slixmpp-6c15d651078931c56f1f205c801a7558293960b0.zip |
And that
-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) |