Removing console.log()s
[KiwiIRC.git] / server_modules / control.js
index 83e562f4d2b1bd0e9fd6e5e76f7f0f24c0a744c5..8619be55afb52678c7b93271a2cdb72a7c9f5796 100644 (file)
@@ -30,7 +30,6 @@ function SocketClient (socket) {
 \r
     this.control_interface = new ControlInterface(socket);\r
     _.each(socket_commands, function(fn, command_name) {\r
-        console.log('adding command', command_name);\r
         that.control_interface.addCommand(command_name, fn.bind(that));\r
     });\r
 }\r