diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/core/dashboards/performance-profiling/dashboard-performance-profiling.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/core/dashboards/performance-profiling/dashboard-performance-profiling.element.ts index cb70112357..bd073b3fc3 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/core/dashboards/performance-profiling/dashboard-performance-profiling.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/core/dashboards/performance-profiling/dashboard-performance-profiling.element.ts @@ -39,9 +39,6 @@ export class UmbDashboardPerformanceProfilingElement extends LitElement { const {data} = await tryExecuteAndNotify(this, ProfilingResource.getProfilingStatus()); - // TODO: consider wrapping above into a method, like this: - //const [profilingStatus] = await tryExecuteAndNotify(this, ProfilingResource.getProfilingStatus()); - if (data) { this._profilingStatus = data.enabled; }