Remove a console.log from new formatIRCMsg
authorDarren <darren@Darrens-MacBook-Pro.local>
Fri, 12 Apr 2013 11:53:51 +0000 (12:53 +0100)
committerDarren <darren@Darrens-MacBook-Pro.local>
Fri, 12 Apr 2013 11:53:51 +0000 (12:53 +0100)
client/assets/dev/utils.js

index 060b6b28741498ba6b22a39a03e8737015d7fd95..9dc7e369253d263c359d89dc8957b24b79c12ce5 100644 (file)
@@ -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]);