mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-25 22:21:49 +01:00
Disable log spam
This commit is contained in:
parent
173d1b3f7b
commit
f73012ab43
1 changed files with 3 additions and 1 deletions
|
|
@ -626,6 +626,8 @@ internal unsafe class UnlockState : IInternalDisposableService, IUnlockState
|
||||||
if (!this.IsLoaded)
|
if (!this.IsLoaded)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Log.Verbose("Checking for new unlocks...");
|
||||||
|
|
||||||
this.UpdateUnlocksForSheet<ActionSheet>();
|
this.UpdateUnlocksForSheet<ActionSheet>();
|
||||||
this.UpdateUnlocksForSheet<AetherCurrent>();
|
this.UpdateUnlocksForSheet<AetherCurrent>();
|
||||||
this.UpdateUnlocksForSheet<AetherCurrentCompFlgSet>();
|
this.UpdateUnlocksForSheet<AetherCurrentCompFlgSet>();
|
||||||
|
|
@ -708,7 +710,7 @@ internal unsafe class UnlockState : IInternalDisposableService, IUnlockState
|
||||||
|
|
||||||
unlockedRowIds.Add(row.RowId);
|
unlockedRowIds.Add(row.RowId);
|
||||||
|
|
||||||
Log.Verbose($"Unlock detected: {typeof(T).Name}#{row.RowId}");
|
// Log.Verbose($"Unlock detected: {typeof(T).Name}#{row.RowId}");
|
||||||
|
|
||||||
foreach (var action in Delegate.EnumerateInvocationList(this.Unlock))
|
foreach (var action in Delegate.EnumerateInvocationList(this.Unlock))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue