Remove debug cell lighting log

This commit is contained in:
Jarrod Doyle 2025-02-22 20:32:00 +00:00
parent 170ec83fb1
commit 1c869bb123
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 0 additions and 1 deletions

View File

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