mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-18 20:33:28 +02:00
Removed console logs
This commit is contained in:
@@ -29,7 +29,6 @@ module.exports = function(socket) {
|
||||
|
||||
// the message format is not handled (yet)
|
||||
} else {
|
||||
console.log(message);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -3,8 +3,6 @@ var parseExtra = require('../parsers/extra');
|
||||
|
||||
module.exports = function(jsonMsg) {
|
||||
|
||||
console.log(jsonMsg);
|
||||
|
||||
var buffer = '';
|
||||
var color = stringToCode(jsonMsg.color);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user