Remove debug output

This commit is contained in:
Krapht 2013-03-31 19:23:08 +02:00
parent 8401fc600c
commit 8cb7ff17a0

View file

@ -112,7 +112,6 @@ public class TileLaser extends TileBuildCraft implements IPowerReceptor {
}
protected void findTable() {
System.out.println("SEARCH");
int meta = worldObj.getBlockMetadata(xCoord, yCoord, zCoord);
int minX = xCoord - 5;