Removed debug code from Tank Network

This commit is contained in:
Robert S 2014-05-17 08:12:19 -04:00
parent b46c9847be
commit b6c73f5a7c

View file

@ -22,9 +22,6 @@ public class TankNetwork extends FluidDistributionetwork
@Override
public void update()
{
System.out.println("\nTankNetwork>Tank: " + getTank());
System.out.println("TankNetwork>Fluid: " + getTank().getFluid());
System.out.println("TankNetwork>Tank: " + getTank().getFluidAmount());
final FluidStack networkTankFluid = getTank().getFluid();
int lowestY = 255;
int highestY = 0;