mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 20:37:22 +01:00
remove unnecessary performance logging
This commit is contained in:
parent
6685139caf
commit
ac11ec087a
1 changed files with 2 additions and 4 deletions
|
|
@ -546,8 +546,7 @@ public class DalamudUtilService : IHostedService, IMediatorSubscriber
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!IsInCombatOrPerforming)
|
if (!IsInCombatOrPerforming)
|
||||||
_performanceCollector.LogPerformance(this, "FrameworkOnUpdateInternal>MediatorFrameworkUpdate",
|
Mediator.Publish(new FrameworkUpdateMessage());
|
||||||
() => Mediator.Publish(new FrameworkUpdateMessage()));
|
|
||||||
|
|
||||||
Mediator.Publish(new PriorityFrameworkUpdateMessage());
|
Mediator.Publish(new PriorityFrameworkUpdateMessage());
|
||||||
|
|
||||||
|
|
@ -571,8 +570,7 @@ public class DalamudUtilService : IHostedService, IMediatorSubscriber
|
||||||
}
|
}
|
||||||
|
|
||||||
if (IsInCombatOrPerforming)
|
if (IsInCombatOrPerforming)
|
||||||
_performanceCollector.LogPerformance(this, "FrameworkOnUpdateInternal>MediatorFrameworkUpdate",
|
Mediator.Publish(new FrameworkUpdateMessage());
|
||||||
() => Mediator.Publish(new FrameworkUpdateMessage()));
|
|
||||||
|
|
||||||
Mediator.Publish(new DelayedFrameworkUpdateMessage());
|
Mediator.Publish(new DelayedFrameworkUpdateMessage());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue