From 68eed0a821addf8c7a8b348019ea7f6458efcd31 Mon Sep 17 00:00:00 2001 From: Jarrod Doyle Date: Mon, 23 Sep 2024 08:24:55 +0100 Subject: [PATCH] Remove debug print --- KeepersCompound.Lightmapper/Program.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/KeepersCompound.Lightmapper/Program.cs b/KeepersCompound.Lightmapper/Program.cs index 26728f6..046d040 100644 --- a/KeepersCompound.Lightmapper/Program.cs +++ b/KeepersCompound.Lightmapper/Program.cs @@ -1,4 +1,4 @@ -using System.Numerics; +using System.Numerics; using KeepersCompound.LGS.Database; using KeepersCompound.LGS.Database.Chunks; using TinyEmbree; @@ -57,11 +57,6 @@ class Program r2 = light.Radius * light.Radius, }); } - else - { - Console.WriteLine($"no light prop apparently"); - - } } } }