Skip to content

Commit

Permalink
utils: remove unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlucas committed Apr 1, 2016
1 parent db435a8 commit 217c00a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ exports.processMessage = function processMessage(msg, colorMap, conn, uc) {

let mycol
if (conn && uc && username === conn.nick) {
console.log('ME', uc, msg)
mycol = uc
}

Expand Down

0 comments on commit 217c00a

Please sign in to comment.