Remove Anvil debug. Fixes BUKKIT-2732

This commit is contained in:
EvilSeph 2012-10-30 19:11:01 -04:00
parent 42391009f7
commit 4efd06a6b5

View file

@ -246,7 +246,7 @@ public class ContainerAnvil extends Container {
}
if (j == i && j > 0 && this.e >= 40) {
System.out.println("Naming an item only, cost too high; giving discount to cap cost to 39 levels");
//System.out.println("Naming an item only, cost too high; giving discount to cap cost to 39 levels"); // CraftBukkit -remove debug
this.e = 39;
}