From c7a659107f3a0fd8fb1101c2816a5482c140b1a2 Mon Sep 17 00:00:00 2001 From: HbmMods Date: Sat, 26 Jan 2019 17:26:46 +0100 Subject: [PATCH] removed logspam (grr) --- com/hbm/lib/Library.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/com/hbm/lib/Library.java b/com/hbm/lib/Library.java index 14776d171..5de485585 100644 --- a/com/hbm/lib/Library.java +++ b/com/hbm/lib/Library.java @@ -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())