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]);