mirror of https://github.com/zulip/zulip.git
jabber_mirror: Remove dead code
(imported from commit a8802340e1a624934a92d5bdd4ba8ad26faaadbf)
This commit is contained in:
parent
52d6973191
commit
8bb359d194
|
@ -231,7 +231,6 @@ if __name__ == '__main__':
|
|||
try:
|
||||
logging.info("Connecting to Zulip.")
|
||||
zulip.call_on_each_event(zulip.process_message)
|
||||
zulip.session_start()
|
||||
except BaseException as e:
|
||||
logging.exception("Exception in main loop")
|
||||
xmpp.abort()
|
||||
|
|
Loading…
Reference in New Issue