remove console print

This commit is contained in:
Blood-Asp 2016-03-20 14:59:07 +01:00
parent 529c28649a
commit ac258896de

View file

@ -27,7 +27,6 @@ public class GT_Cover_ItemMeter
}
}
}
System.out.println("inventory: "+tAll+" "+tFull);
tAll /= 14;
if(tAll > 0)
aTileEntity.setOutputRedstoneSignal(aSide, aCoverVariable == 1 ? (byte)(15 - (tFull <= 0 ? 0 : tFull / tAll + 1)) : tFull <= 0 ? 0 : (byte)(tFull / tAll + 1));