diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/sections/shared/section-dashboards/section-dashboards.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/sections/shared/section-dashboards/section-dashboards.element.ts index d5d687e651..6b54dcaeb1 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/sections/shared/section-dashboards/section-dashboards.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/sections/shared/section-dashboards/section-dashboards.element.ts @@ -108,8 +108,6 @@ export class UmbSectionDashboardsElement extends UmbContextConsumerMixin(UmbObse }; }); - console.log("_dashboards",this._dashboards); - this._routes.push({ path: '**', redirectTo: this._dashboards?.[0]?.meta.pathname,