This commit is contained in:
Florent Le Coz 2014-07-23 17:40:08 +02:00
parent e5af0597a6
commit 6c15d65107

View file

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