Remove debug output

This commit is contained in:
Ellpeck 2016-01-25 19:33:54 +01:00
parent bb0338dd55
commit 3c108e3cc9

View file

@ -247,7 +247,6 @@ public class TileEntityInputter extends TileEntityInventoryBase implements IButt
}
}
if(can){
System.out.println("Putting old");
if(theStack != null){
ItemStack copiedStack = theStack.copy();
if(copiedStack.isItemEqual(this.slots[0])){