Remove debug assert

That's it. I'm not pushing anything else today. If something is still
broken, ask @Vgr255 or someone else to fix it.
This commit is contained in:
nyuszika7h 2015-02-27 20:52:13 +01:00
parent 86dfb2eb49
commit 0bbfee91f4

View File

@ -414,11 +414,6 @@ def forced_exit(cli, nick, chan, rest):
except Exception:
notify_error(cli, chan, errlog)
try:
assert(1 == 2)
except Exception:
notify_error(cli, chan, errlog)
try:
reset()
except Exception: