remove debug log

This commit is contained in:
James Seibel
2026-01-27 20:49:42 -06:00
parent 0f756a370b
commit 60e53ff20b
@@ -442,8 +442,6 @@ public class LodQuadTree extends QuadTree<LodRenderSection> implements IDebugRen
QuadNode<LodRenderSection> node = worldGenNodes.get(i);
if (node == null || node.value == null) { continue; }
LOGGER.info(i +"/"+worldGenNodes.size());
// since this section wants to render
// check if it needs any generation to do so
if (!node.value.retreivedMissingSectionsForRetreival)