Removed cosole.log()
authorDarren <darren@darrenwhitlen.com>
Thu, 31 Jan 2013 14:29:11 +0000 (14:29 +0000)
committerDarren <darren@darrenwhitlen.com>
Thu, 31 Jan 2013 14:58:45 +0000 (14:58 +0000)
server/irc/state.js

index 31ba4831bd76f9a9132e312a14a4c67361661e1e..e43f76bdfdf7cff608fbfebba1b8258b11fa0a61 100755 (executable)
@@ -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');
                 }
             });