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