Forgot to remove output that I was using for debug
authorVinicius Daly Felizardo <felizardow@gmail.com>
Mon, 24 Jun 2013 18:04:08 +0000 (14:04 -0400)
committerVinicius Daly Felizardo <felizardow@gmail.com>
Mon, 24 Jun 2013 18:04:08 +0000 (14:04 -0400)
server/irc/connection.js

index 3f5a3d6c8d5c4aa11094cc65a7178f2a22c21411..d07ffb4db122916e86d86d1be30097a6055624cd 100644 (file)
@@ -442,7 +442,6 @@ var parse = function (data) {
 
     //DECODE server encoding 
     data = iconv.decode(data, this.encoding);
-    console.log(data);
 
     if (this.hold_last && this.held_data !== '') {
         data = this.held_data + data;