mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-05 03:12:38 +01:00
Removed left over logging statement
This commit is contained in:
parent
9920536cc3
commit
dfb7640bfc
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue