remove world gen debug log

This commit is contained in:
James Seibel
2026-02-03 07:41:35 -06:00
parent dee58dafc9
commit 413ee3cdf4
@@ -388,8 +388,10 @@ public class DhLitWorldGenRegion extends WorldGenRegion
if (chunkStatus != ChunkStatus.EMPTY
&& chunkStatus != debugTriggeredForStatus)
{
LOGGER.info("WorldGen requiring [" + chunkStatus + "]"
+ " is outside the expected range. Returning EMPTY chunk.");
// logger disabled since this doesn't seem to significantly harm anything
// and it causes more confusion to end users when they see it in the log
//LOGGER.info("WorldGen requiring [" + chunkStatus + "]"
// + " is outside the expected range. Returning EMPTY chunk.");
debugTriggeredForStatus = chunkStatus;
}