diff --git a/modules/command/command.js b/modules/command/command.js index 6373055..492358b 100644 --- a/modules/command/command.js +++ b/modules/command/command.js @@ -35,8 +35,6 @@ var command = function(dbot) { access = false; } } - console.log(accessNeeded); - console.log(user); return access; };