mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 21:24:16 +01:00
Disable Logging
This commit is contained in:
parent
78781c8988
commit
c923884626
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue