remove unnecessary performance logging
This commit is contained in:
@@ -591,8 +591,7 @@ public class DalamudUtilService : IHostedService, IMediatorSubscriber
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!IsInCombat)
|
if (!IsInCombat)
|
||||||
_performanceCollector.LogPerformance(this, "FrameworkOnUpdateInternal>MediatorFrameworkUpdate",
|
Mediator.Publish(new FrameworkUpdateMessage());
|
||||||
() => Mediator.Publish(new FrameworkUpdateMessage()));
|
|
||||||
|
|
||||||
Mediator.Publish(new PriorityFrameworkUpdateMessage());
|
Mediator.Publish(new PriorityFrameworkUpdateMessage());
|
||||||
|
|
||||||
@@ -616,8 +615,7 @@ public class DalamudUtilService : IHostedService, IMediatorSubscriber
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (IsInCombat)
|
if (IsInCombat)
|
||||||
_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