remove console.log

This commit is contained in:
Niels Lyngsø
2022-12-20 13:03:58 +01:00
parent d24c3a4083
commit 109b9f46c8

View File

@@ -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,