And that
This commit is contained in:
parent
e5af0597a6
commit
6c15d65107
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue