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();