Skip to content

Commit

Permalink
Drop block cache debug outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ustc-zzzz committed Dec 14, 2024
1 parent 1ddc30b commit 58d11f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/teacon/slides/renderer/SlideState.java
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ public static void applyPrefetch(Set<UUID> nonExistent, Map<UUID, ProjectorURL>
}

public static void prefetch(ProjectorBlockEntity blockEntity) {
System.out.println("Prefetch: " + blockEntity.getBlockPos());
new RuntimeException().printStackTrace(System.out);
sBlockPending.add(blockEntity.getBlockPos());
}

Expand Down

0 comments on commit 58d11f9

Please sign in to comment.