projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac24e0a
)
Removed cosole.log()
author
Darren
<darren@darrenwhitlen.com>
Thu, 31 Jan 2013 14:29:11 +0000
(14:29 +0000)
committer
Darren
<darren@darrenwhitlen.com>
Thu, 31 Jan 2013 14:58:45 +0000
(14:58 +0000)
server/irc/state.js
patch
|
blob
|
blame
|
history
diff --git
a/server/irc/state.js
b/server/irc/state.js
index 31ba4831bd76f9a9132e312a14a4c67361661e1e..e43f76bdfdf7cff608fbfebba1b8258b11fa0a61 100755
(executable)
--- a/
server/irc/state.js
+++ b/
server/irc/state.js
@@
-20,7
+20,6
@@
var State = function (client, save_state) {
irc_connection.end('QUIT :' + (global.config.quit_message || ''));
irc_connection.dispose();
cons[i] = null;
- console.log('killed irc_connection');
}
});