SO much loggggging.

This commit is contained in:
AlgorithmX2
2014-01-01 03:04:29 -06:00
parent faeebe8e60
commit d7337aeb6b
+1 -1
View File
@@ -232,7 +232,7 @@ public class MEMonitorIInventory implements IMEInventory<IAEItemStack>, IMEMonit
private void postDiffrence(IAEItemStack a)
{
AELog.info( a.getItemStack().getUnlocalizedName() + " @ " + a.getStackSize() );
// AELog.info( a.getItemStack().getUnlocalizedName() + " @ " + a.getStackSize() );
if ( a != null )
{
Iterator<Entry<IMEMontorHandlerReciever<IAEItemStack>, Object>> i = listeners.entrySet().iterator();