Skip to content

Commit

Permalink
Removed unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
TomB-134 committed Dec 13, 2021
1 parent be5b419 commit e7a28ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/minimalmenu/mixin/ScreenMixin.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ private void afterTitleScreenInit() {
}

if (MinimalMenu.buttonMatchesKey(button, "common..minecraft")) {
System.out.println(posY);
button.y = posY;
} else {
button.y -= yOffset;
Expand Down

0 comments on commit e7a28ab

Please sign in to comment.