Skip to content

Commit 0eda640

Browse files
Removed unnecessary prints.
1 parent c4f0707 commit 0eda640

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/main/java/me/juancarloscp52/bedrockify/client/BedrockifySettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ public boolean isBedrockChatEnabled() {
112112
}
113113

114114
public boolean isSlotHighlightEnabled() {
115-
System.out.println(slotHighlight);
116115
return slotHighlight;
117116
}
118117
}

src/main/java/me/juancarloscp52/bedrockify/client/mixin/HandledScreenMixin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ protected void renderGuiQuad(HandledScreen handledScreen, MatrixStack matrices,
3030
return;
3131
}
3232

33-
System.out.println("drawing");
3433
this.fillGradient(matrices, xStart - 1, yStart - 1, xEnd + 1, yEnd + 1, (255 << 8) + (255) + (255 << 16) + (255 << 24), (255 << 8) + (255) + (255 << 16) + (255 << 24));
3534
this.fillGradient(matrices, xStart, yStart, xEnd, yEnd, 64 + (170 << 8) + (109 << 16) + (255 << 24), 64 + (170 << 8) + (109 << 16) + (255 << 24));
3635
// Draw the slot again over the selected overlay.

0 commit comments

Comments
 (0)