Removed a couple debug messages.

This commit is contained in:
Kyprus 2012-06-10 15:16:04 -04:00
parent 59ee83677b
commit b872485663
2 changed files with 1 additions and 4 deletions

View file

@ -155,9 +155,7 @@ public class EntityLaser extends Entity implements ISpawnHandler {
}
public void show() {
System.out.println("showing");
dataWatcher.updateObject(14, Byte.valueOf((byte) 1));
System.out.println(isVisible());
}
public void hide() {

View file

@ -456,8 +456,7 @@ public class TileQuarry extends TileMachine implements IArmListener, IMachine,
}
@Override
public void invalidate () {
System.out.println("hi");
public void invalidate () {
destroy ();
}