Removed debug print

This commit is contained in:
Jarrod Doyle 2024-10-29 07:45:03 +00:00
parent f5fa373519
commit ca017e3f7b
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 0 additions and 5 deletions

View File

@ -246,11 +246,6 @@ public class LightMapper
if (propLight != null)
{
if (propLight.QuadLit)
{
Console.WriteLine("Quadlit light wowzer");
}
var light = new Light
{
Position = baseLight.Position + propLight.Offset,