Removed debug code from Tank Network
This commit is contained in:
parent
b46c9847be
commit
b6c73f5a7c
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue