From cab85f3ea1d8084ffce4864e72e0288dce058817 Mon Sep 17 00:00:00 2001 From: Jarrod Doyle Date: Fri, 21 Feb 2025 17:24:49 +0000 Subject: [PATCH] Remove debug setting prints --- KeepersCompound.Lightmapper/LightMapper.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/KeepersCompound.Lightmapper/LightMapper.cs b/KeepersCompound.Lightmapper/LightMapper.cs index aac2cf4..bdc7a5e 100644 --- a/KeepersCompound.Lightmapper/LightMapper.cs +++ b/KeepersCompound.Lightmapper/LightMapper.cs @@ -123,8 +123,6 @@ public class LightMapper UsePvs = pvs, }; - Log.Information("Lighting Settings: {Settings}", settings); - Timing.TimeStage("Gather Lights", () => BuildLightList(settings)); Timing.TimeStage("Set Light Indices", () => SetCellLightIndices(settings)); Timing.TimeStage("Trace Scene", () => TraceScene(settings));