From 2dddb610e2e63dceed92e2a0b24112bc2c3f9806 Mon Sep 17 00:00:00 2001 From: Darren Date: Sun, 18 Aug 2013 13:01:49 +0100 Subject: [PATCH] Removing console.log()s --- server_modules/control.js | 1 - 1 file changed, 1 deletion(-) 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)); }); } -- 2.25.1