Remove debug spam

This commit is contained in:
Christian 2012-10-28 12:29:51 -04:00
parent 28b40f1ed0
commit f1f4f1bdde

View file

@ -281,7 +281,6 @@ public class TileAssemblyAdvancedWorkbench extends TileEntity implements IInvent
recentEnergy[tick] = 0.0f;
while (storedEnergy >= getRequiredEnergy() && craftResult.getStackInSlot(0)!=null)
{
System.out.println("Stored "+storedEnergy);
ItemStack[] tempStorage = Arrays.copyOf(storageSlots, storageSlots.length);
internalInventoryCrafting.tempStacks = tempStorage;
internalInventoryCrafting.hitCount=new int[27];