projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
975f970
)
Removing console.log()s
author
Darren
<darren@darrenwhitlen.com>
Sun, 18 Aug 2013 12:01:49 +0000
(13:01 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Sun, 18 Aug 2013 12:01:49 +0000
(13:01 +0100)
server_modules/control.js
patch
|
blob
|
blame
|
history
diff --git
a/server_modules/control.js
b/server_modules/control.js
index 83e562f4d2b1bd0e9fd6e5e76f7f0f24c0a744c5..8619be55afb52678c7b93271a2cdb72a7c9f5796 100644
(file)
--- a/
server_modules/control.js
+++ b/
server_modules/control.js
@@
-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