Removed left over logging statement

This commit is contained in:
Rabbitminers 2023-03-23 18:50:41 +00:00
parent 9920536cc3
commit dfb7640bfc

View file

@ -80,7 +80,6 @@ public abstract class BogeyRenderer {
public Transform<?> getTransformFromPartial(PartialModel model, PoseStack ms, boolean inContraption) {
BlockState air = Blocks.AIR.defaultBlockState();
System.out.println(CachedBufferer.partial(model, air));
return inContraption ? contraptionModelData.get(keyFromModel(model))[0].setTransform(ms)
: CachedBufferer.partial(model, air);
}