Skip to content

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
SpoilerRules committed Jan 22, 2024
1 parent 1c02ff3 commit fc8966f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
1 change: 0 additions & 1 deletion src/main/java/net/minecraft/client/Minecraft.java
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,6 @@ public void runGameLoop() {
this.mcProfiler.endSection();

Lagometer.showLagometer(new ScaledResolution(this));
System.out.println(this.currentScreen);
}

public void updateDisplay() {
Expand Down
47 changes: 0 additions & 47 deletions src/main/java/net/optifine/expr/TestExpressions.java

This file was deleted.

0 comments on commit fc8966f

Please sign in to comment.