removed logspam (grr)

This commit is contained in:
HbmMods 2019-01-26 17:26:46 +01:00
parent ada7ab8e54
commit c7a659107f

View File

@ -656,8 +656,6 @@ public class Library {
if(slots[index] != null && slots[index].getItem() instanceof ItemBattery) {
long dR = ((ItemBattery)slots[index].getItem()).getChargeRate();
System.out.println(dR + "");
while(dR >= 1000000000000L) {
if(power - 100000000000000L >= 0 && ItemBattery.getCharge(slots[index]) < ((ItemBattery)slots[index].getItem()).getMaxCharge())