Removed console logs

This commit is contained in:
AlexKvazos
2015-04-29 19:03:27 -05:00
parent b9cab887f9
commit ba921ea55e
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -29,7 +29,6 @@ module.exports = function(socket) {
// the message format is not handled (yet)
} else {
console.log(message);
return;
}
-2
View File
@@ -3,8 +3,6 @@ var parseExtra = require('../parsers/extra');
module.exports = function(jsonMsg) {
console.log(jsonMsg);
var buffer = '';
var color = stringToCode(jsonMsg.color);