From 231340d979a6d0f512c1174c83136fb1e5721311 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sat, 14 Aug 2021 17:38:40 -0500 Subject: [PATCH] Comment out debug code --- src/main/java/com/seibel/lod/proxy/ClientProxy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/seibel/lod/proxy/ClientProxy.java b/src/main/java/com/seibel/lod/proxy/ClientProxy.java index 124792072..084033633 100644 --- a/src/main/java/com/seibel/lod/proxy/ClientProxy.java +++ b/src/main/java/com/seibel/lod/proxy/ClientProxy.java @@ -97,7 +97,7 @@ public class ClientProxy lodWorld.resizeDimensionRegionWidth(newWidth); lodNodeBuilder.regionWidth = newWidth; - LOGGER.info("new dimension width in regions: " + newWidth + "\t potential: " + newWidth ); + //LOGGER.info("new dimension width in regions: " + newWidth + "\t potential: " + newWidth ); // skip this frame, hopefully the lodWorld // should have everything set up by then