Browse Source

remove some unwanted code comments

nossr50 4 years ago
parent
commit
8372fae6f8
1 changed files with 0 additions and 11 deletions
  1. 0 11
      src/main/java/com/gmail/nossr50/commands/CommandManager.java

+ 0 - 11
src/main/java/com/gmail/nossr50/commands/CommandManager.java

@@ -33,17 +33,6 @@ public class CommandManager {
     }
 
     public void registerConditions() {
-        //TODO: Might be making a mistake with this lambda here, double check
-        //TODO: Might be making a mistake with this lambda here, double check
-        //TODO: Might be making a mistake with this lambda here, double check
-        //TODO: Might be making a mistake with this lambda here, double check
-        //TODO: Might be making a mistake with this lambda here, double check
-        //TODO: Might be making a mistake with this lambda here, double check
-        //TODO: Might be making a mistake with this lambda here, double check
-        //TODO: Might be making a mistake with this lambda here, double check
-        //TODO: Might be making a mistake with this lambda here, double check
-        //TODO: Might be making a mistake with this lambda here, double check
-
         // Method or Class based - Can only be used on methods
         bukkitCommandManager.getCommandConditions().addCondition(ADMIN_CONDITION, (context) -> {
             BukkitCommandIssuer issuer = context.getIssuer();