We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e75c13 + 12837a0 commit 6498d55Copy full SHA for 6498d55
1 file changed
src/main/java/me/jellysquid/mods/sodium/client/render/chunk/compile/ChunkBuilder.java
@@ -129,11 +129,6 @@ public void createWorker(MinecraftClient client) {
129
thread.start();
130
131
this.threads.add(thread);
132
-
133
- // Helper debug message. Prints at most once per reload, so shouldn't noticeably increase log spam.
134
- if (this.threads.size() == this.hardLimitThreads) {
135
- LOGGER.info("Reached maximum Sodium builder threads of {}", this.hardLimitThreads);
136
- }
137
this.lastThreadAddition = System.currentTimeMillis();
138
}
139
0 commit comments