clear up render task logging

This commit is contained in:
James Seibel
2026-03-10 17:03:13 -05:00
parent 9e7d0a1538
commit b51ab3d9cd
@@ -14,8 +14,7 @@ import java.util.concurrent.ConcurrentLinkedQueue;
public class RenderThreadTaskHandler
{
public static final DhLogger LOGGER = new DhLoggerBuilder()
.fileLevelConfig(Config.Common.Logging.logRendererGLEventToFile)
.chatLevelConfig(Config.Common.Logging.logRendererGLEventToChat)
.fileLevelConfig(Config.Common.Logging.logRendererEventToFile)
.build();
private static final ConcurrentLinkedQueue<Runnable> RENDER_THREAD_RUNNABLE_QUEUE = new ConcurrentLinkedQueue<>();