Removed a couple debug messages

This commit is contained in:
Kyprus 2012-06-27 17:11:27 -04:00
parent 03fcd8fabc
commit afdf4d2ddf
2 changed files with 0 additions and 2 deletions

View file

@ -126,7 +126,6 @@ public class EntityRobot extends Entity implements ISpawnHandler {
protected void move() {
//System.out.println("move: " + new Position(motionX, motionY, motionZ));
setPosition(posX + motionX, posY + motionY, posZ + motionZ);
if (reachedDesination()) {

View file

@ -198,7 +198,6 @@ public class TileQuarry extends TileMachine implements IArmListener, IMachine, I
protected void buildFrame() {
System.out.println(powerProvider.energyStored);
powerProvider.configure(20, 25, 25, 25, MAX_ENERGY);
if (powerProvider.useEnergy(25, 25, true) != 25) {
return;