From 1c869bb1232231848460e814972f7897b21643fe Mon Sep 17 00:00:00 2001 From: Jarrod Doyle Date: Sat, 22 Feb 2025 20:32:00 +0000 Subject: [PATCH] Remove debug cell lighting log --- KeepersCompound.Lightmapper/LightMapper.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/KeepersCompound.Lightmapper/LightMapper.cs b/KeepersCompound.Lightmapper/LightMapper.cs index 946085b..d1beb27 100644 --- a/KeepersCompound.Lightmapper/LightMapper.cs +++ b/KeepersCompound.Lightmapper/LightMapper.cs @@ -599,7 +599,6 @@ public class LightMapper cell.LightIndices[0]++; } - Log.Information("Cell {Id} sees ({Count}) lights.", i, cell.LightIndices[0]); if (cell.LightIndexCount > 97) { Log.Warning("Cell {Id} sees too many lights ({Count})", i, cell.LightIndices[0]);