remove debug logging from blacklist

This commit is contained in:
FLGX 2020-01-25 13:03:22 +01:00
parent df048cb668
commit 5fff2cf5c6
No known key found for this signature in database
GPG Key ID: 9632A30A3C5AF65F
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ exports.run = async (client, message, [action, ...member]) => {
let blacklisted = false;
settings.blacklisted.forEach(function(ID) {
console.log("does this work")
if(ID == user.id) {
blacklisted = true;
}