From b2deb7aa2a6fd2b2d95ac9ef5fac673aeedf04e5 Mon Sep 17 00:00:00 2001 From: cyan <> Date: Thu, 14 Aug 2014 16:42:21 +0000 Subject: [PATCH] Remove more debugging garbage --- exec/load/ircd_unreg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/load/ircd_unreg.js b/exec/load/ircd_unreg.js index 303fd47458..84445a45c2 100644 --- a/exec/load/ircd_unreg.js +++ b/exec/load/ircd_unreg.js @@ -48,7 +48,7 @@ function Unregistered_Client(id,socket) { ////////// FUNCTIONS // Functions we use to control clients (specific) this.work = Unregistered_Commands; - this.JSON_Unregistered_Commands = JSON_Unregistered_Commands; +// this.JSON_Unregistered_Commands = JSON_Unregistered_Commands; this.IRC_Unregistered_Commands = IRC_Unregistered_Commands; this.quit = Unregistered_Quit; this.check_timeout = IRCClient_check_timeout; -- GitLab