Skip to content

Commit 47827bd

Browse files
committed
Remove debug line
1 parent 03ea4fc commit 47827bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client/java/io/github/openbagtwo/lighterend/mobs/models/EndSlimeModel.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public class EndSlimeModel extends EntityModel<EndSlimeRenderState> {
2121

2222
public EndSlimeModel(ModelPart modelPart, boolean outer) {
2323
super(modelPart);
24-
System.out.println(this.getParts());
2524
if (outer) {
2625
flower = null;
2726
crop = null;

0 commit comments

Comments
 (0)