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;
 | 
					    let blacklisted = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    settings.blacklisted.forEach(function(ID) {
 | 
					    settings.blacklisted.forEach(function(ID) {
 | 
				
			||||||
      console.log("does this work")
 | 
					 | 
				
			||||||
      if(ID == user.id) {
 | 
					      if(ID == user.id) {
 | 
				
			||||||
        blacklisted = true;
 | 
					        blacklisted = true;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue