3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00

Remove some debug output

This commit is contained in:
reality 2013-01-12 11:30:39 +00:00
parent 9c4a3d4635
commit 76733f4679

View File

@ -35,8 +35,6 @@ var command = function(dbot) {
access = false; access = false;
} }
} }
console.log(accessNeeded);
console.log(user);
return access; return access;
}; };