Skip to content
Snippets Groups Projects
Commit 5f16eb63 authored by junglecow's avatar junglecow
Browse files

Re-deleted exc_clear. Reason:

 - It's unnecessary
 - It confuses people

See [7433] and #1575. This is an old workaround for psyco braindeadness, which
we don't use anymore. If there's a reason this should stay in code, please
document clearly, and re-add. Thanks.
parent 847d9fe6
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,6 @@ class Dispatcher(PlugIn):
self._owner.Connection.disconnect()
return 0
except ExpatError:
sys.exc_clear()
self.DEBUG('Invalid XML received from server. Forcing disconnect.', 'error')
self._owner.Connection.pollend()
return 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment