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:
parent
86dfb2eb49
commit
0bbfee91f4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user