Remove debug prints

This commit is contained in:
MrJeremyFisher
2024-06-20 11:15:09 -04:00
parent 3edc0cf107
commit 6881f7b7a6

View File

@@ -98,8 +98,6 @@ public final class CreateCommand extends BaseCommand {
player.sendMessage(ChatColor.RED + "You cannot exchange rule blocks!");
return;
}
System.out.println(inputItem);
System.out.println(outputItem);
ExchangeRule inputRule = new ExchangeRule(Type.INPUT, inputItem);
if (outputItem == null) {