From a3263ba5ba5af962a2e61aeb43067dfbb8c6bea5 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Tue, 14 Jan 2025 19:48:25 -0600 Subject: [PATCH] remove unneeded debug log --- .../com/seibel/distanthorizons/core/render/LodRenderSection.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main/java/com/seibel/distanthorizons/core/render/LodRenderSection.java b/core/src/main/java/com/seibel/distanthorizons/core/render/LodRenderSection.java index 803fb9203..e64710fd7 100644 --- a/core/src/main/java/com/seibel/distanthorizons/core/render/LodRenderSection.java +++ b/core/src/main/java/com/seibel/distanthorizons/core/render/LodRenderSection.java @@ -174,7 +174,6 @@ public class LodRenderSection implements IDebugRenderable, AutoCloseable // this means the closer (higher priority) tasks will load first. // This also prevents issues where the nearby tasks are canceled due to // LOD detail level changing, and having holes in the world - LOGGER.info("upload: "+ GLOBAL_UPLOAD_TASKS_COUNT_REF.get()); if (GLOBAL_UPLOAD_TASKS_COUNT_REF.getAndIncrement() > executor.getPoolSize()) { GLOBAL_UPLOAD_TASKS_COUNT_REF.decrementAndGet();