From b696226ad8965cec83966d5dc13e57ff982b2433 Mon Sep 17 00:00:00 2001 From: Vinicius Daly Felizardo Date: Mon, 24 Jun 2013 14:04:08 -0400 Subject: [PATCH] Forgot to remove output that I was using for debug --- server/irc/connection.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/irc/connection.js b/server/irc/connection.js index 3f5a3d6..d07ffb4 100644 --- a/server/irc/connection.js +++ b/server/irc/connection.js @@ -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; -- 2.25.1