forked from embee/woomy
remove debug logging from blacklist
This commit is contained in:
parent
df048cb668
commit
5fff2cf5c6
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue