mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-06-07 13:43:31 +02:00
Remove dirty console.log
This commit is contained in:
@@ -55,8 +55,6 @@ module.exports = function(socket) {
|
|||||||
// message event
|
// message event
|
||||||
bot.on('message', function(message) {
|
bot.on('message', function(message) {
|
||||||
|
|
||||||
console.log(message);
|
|
||||||
|
|
||||||
// empty buffer
|
// empty buffer
|
||||||
var buffer = '';
|
var buffer = '';
|
||||||
|
|
||||||
@@ -116,9 +114,6 @@ module.exports = function(socket) {
|
|||||||
break;
|
break;
|
||||||
case 'commands.generic.usage':
|
case 'commands.generic.usage':
|
||||||
text = '§cInvalid command usage';
|
text = '§cInvalid command usage';
|
||||||
if (message.with[0].translate === 'commands.whitelist.usage') {
|
|
||||||
console.log(message.with[0].json);
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user