Skip to content

Commit

Permalink
Removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Jun 12, 2024
1 parent 17e58f9 commit 7079136
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/elements/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export type {
export class Routes extends NativeRoutes {
goto(pathname: string): Promise<void> {
window.history.pushState(null, '', super.link(pathname));
console.log(pathname);
return super.goto(pathname);
}
currentPathname() {
Expand Down

0 comments on commit 7079136

Please sign in to comment.