remove console.log

This commit is contained in:
Niels Lyngsø
2023-02-06 13:56:02 +01:00
parent b762f0236a
commit 2fb728692e

View File

@@ -60,7 +60,6 @@ export class UmbDashboardExamineManagementElement extends UmbLitElement {
<umb-router-slot
.routes=${this._routes}
@init=${(event: UmbRouterSlotInitEvent) => {
console.log("init", event.target.absoluteRouterPath)
this._routerPath = event.target.absoluteRouterPath;
}}
@change=${(event: UmbRouterSlotChangeEvent) => {