X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=server_modules%2Fcontrol.js;h=8619be55afb52678c7b93271a2cdb72a7c9f5796;hb=2dddb610e2e63dceed92e2a0b24112bc2c3f9806;hp=83e562f4d2b1bd0e9fd6e5e76f7f0f24c0a744c5;hpb=4eba7612bc06f3ebd6745ec08014235c2f13d8e9;p=KiwiIRC.git diff --git a/server_modules/control.js b/server_modules/control.js index 83e562f..8619be5 100644 --- a/server_modules/control.js +++ b/server_modules/control.js @@ -30,7 +30,6 @@ function SocketClient (socket) { this.control_interface = new ControlInterface(socket); _.each(socket_commands, function(fn, command_name) { - console.log('adding command', command_name); that.control_interface.addCommand(command_name, fn.bind(that)); }); }