Disable Logging

This commit is contained in:
MidoriKami 2025-11-30 22:15:32 -08:00
parent 78781c8988
commit c923884626

View file

@ -20,7 +20,7 @@ internal unsafe class AddonVirtualTable : IDisposable
// Copying extra entries is not problematic, and is considered safe.
private const int VirtualTableEntryCount = 200;
private const bool EnableLogging = true;
private const bool EnableLogging = false;
private static readonly ModuleLog Log = new("LifecycleVT");