From 76733f46796835dd6c33915fe0d77ab6a429f3c6 Mon Sep 17 00:00:00 2001 From: reality Date: Sat, 12 Jan 2013 11:30:39 +0000 Subject: [PATCH] Remove some debug output --- modules/command/command.js | 2 -- 1 file changed, 2 deletions(-) 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; };