mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
Remove debug prints
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user