removed printline

This commit is contained in:
tgame14 2014-03-18 20:26:56 +02:00
parent b35163a9f3
commit aabcf7d469

View file

@ -52,7 +52,6 @@ public class BlockTileBreaker extends TileInventory implements IRotatable
@Override
public void onPlaced (EntityLivingBase entityLiving, ItemStack itemStack)
{
System.out.println("entity placing " + getClass().getSimpleName());
super.onPlaced(entityLiving, itemStack);
}