diff --git a/packages/elements/src/router.ts b/packages/elements/src/router.ts index 0975743..2db3f45 100644 --- a/packages/elements/src/router.ts +++ b/packages/elements/src/router.ts @@ -14,7 +14,6 @@ export type { export class Routes extends NativeRoutes { goto(pathname: string): Promise { window.history.pushState(null, '', super.link(pathname)); - console.log(pathname); return super.goto(pathname); } currentPathname() {