Remove spam in GregTech_API.registerCover

This commit is contained in:
David Vierra 2017-01-18 22:05:01 -10:00
parent 2b80c158bc
commit a6b4cfa3f4

View file

@ -373,7 +373,6 @@ public class GregTech_API {
GT_ItemStack stack = new GT_ItemStack(aStack);
int coverId = stack.hashCode();
sCoverItems.put(stack, coverId);
System.out.println();
sCovers.put(coverId, aCover == null || !aCover.isValidTexture() ? Textures.BlockIcons.ERROR_RENDERING[0] : aCover);
if (aBehavior != null) sCoverBehaviors.put(coverId, aBehavior);
}