Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Apr 29, 2024
1 parent 4fc072c commit f3b1e6c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public static void renderingHuds(RenderGuiOverlayEvent.Pre event) {
@SubscribeEvent
public static void playerTryDismount(InputEvent.Key event) {
Minecraft minecraft = Minecraft.getInstance();
System.out.println("key press: " + event.getKey() + " action:" + event.getAction());
if (!minecraft.options.keyShift.matches(event.getKey(), event.getScanCode())) {
return;
}
Expand Down

0 comments on commit f3b1e6c

Please sign in to comment.