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:
|
except Exception:
|
||||||
notify_error(cli, chan, errlog)
|
notify_error(cli, chan, errlog)
|
||||||
|
|
||||||
try:
|
|
||||||
assert(1 == 2)
|
|
||||||
except Exception:
|
|
||||||
notify_error(cli, chan, errlog)
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
reset()
|
reset()
|
||||||
except Exception:
|
except Exception:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user