From 579e08e87eae70d817b8da43c0cf973ce4bf56d6 Mon Sep 17 00:00:00 2001 From: Darren Date: Fri, 12 Apr 2013 12:53:51 +0100 Subject: [PATCH] Remove a console.log from new formatIRCMsg --- client/assets/dev/utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/assets/dev/utils.js b/client/assets/dev/utils.js index 060b6b2..9dc7e36 100644 --- a/client/assets/dev/utils.js +++ b/client/assets/dev/utils.js @@ -363,7 +363,6 @@ function formatIRCMsg (msg) { } match = colourMatch(msg.substr(i, 6)); if (match) { - console.log(match); i += match[1].length; // 2 & 4 colours[0] = hexFromNum(match[2]); -- 2.25.1