Remove debug output
This commit is contained in:
parent
8401fc600c
commit
8cb7ff17a0
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ public class TileLaser extends TileBuildCraft implements IPowerReceptor {
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void findTable() {
|
protected void findTable() {
|
||||||
System.out.println("SEARCH");
|
|
||||||
int meta = worldObj.getBlockMetadata(xCoord, yCoord, zCoord);
|
int meta = worldObj.getBlockMetadata(xCoord, yCoord, zCoord);
|
||||||
|
|
||||||
int minX = xCoord - 5;
|
int minX = xCoord - 5;
|
||||||
|
|
Loading…
Reference in a new issue