mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-19 04:43: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)
|
// the message format is not handled (yet)
|
||||||
} else {
|
} else {
|
||||||
console.log(message);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3,8 +3,6 @@ var parseExtra = require('../parsers/extra');
|
|||||||
|
|
||||||
module.exports = function(jsonMsg) {
|
module.exports = function(jsonMsg) {
|
||||||
|
|
||||||
console.log(jsonMsg);
|
|
||||||
|
|
||||||
var buffer = '';
|
var buffer = '';
|
||||||
var color = stringToCode(jsonMsg.color);
|
var color = stringToCode(jsonMsg.color);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user