Skip to content

Commit 17ec176

Browse files
committed
Remove accidental println
1 parent 6a7d91b commit 17ec176

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/src/main/java/com/mrbysco/armorposer/client/gui/ArmorStandScreen.java

-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ public void init() {
294294

295295
Vec3 offset = new Vec3(xDiff, yDiff, zDiff);
296296
int closestDegree = Mth.roundToward((int) this.rotationTextField.getFloat(), 90);
297-
System.out.println(closestDegree);
298297
switch (closestDegree) {
299298
case 90: {
300299
//Rotate the desired position to have the correct values

0 commit comments

Comments
 (0)