Don't log all registered compression recipes

The amount is fine, but avoiding spamming console is preferable.
This commit is contained in:
Nick 2016-01-24 17:50:15 -08:00
parent 0209b3f98d
commit 58144d67eb

View file

@ -129,7 +129,6 @@ public class StorageBlockCraftingRecipeAssimilator
if (recipeUnpack.matches(inventoryUnpack, world))
{
ret.add(recipePack.recipe);
BloodMagic.instance.getLogger().info("Adding the following recipe to the Compression Handler: " + packOutput);
it.remove();
}
}