remove unnecessary performance logging
This commit is contained in:
@@ -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());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user