Remove debug print

This commit is contained in:
Jarrod Doyle 2024-09-23 08:24:55 +01:00
parent 3a445ef6d8
commit 68eed0a821
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 1 additions and 6 deletions

View File

@ -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");
}
}
}
}