From d7337aeb6b5220bae7ad9a2c9649813250eff664 Mon Sep 17 00:00:00 2001 From: AlgorithmX2 Date: Wed, 1 Jan 2014 03:04:29 -0600 Subject: [PATCH] SO much loggggging. --- me/storage/MEMonitorIInventory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/me/storage/MEMonitorIInventory.java b/me/storage/MEMonitorIInventory.java index d1ec9ae80..67c46069e 100644 --- a/me/storage/MEMonitorIInventory.java +++ b/me/storage/MEMonitorIInventory.java @@ -232,7 +232,7 @@ public class MEMonitorIInventory implements IMEInventory, IMEMonit private void postDiffrence(IAEItemStack a) { - AELog.info( a.getItemStack().getUnlocalizedName() + " @ " + a.getStackSize() ); + // AELog.info( a.getItemStack().getUnlocalizedName() + " @ " + a.getStackSize() ); if ( a != null ) { Iterator, Object>> i = listeners.entrySet().iterator();