Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjelfs committed Nov 14, 2024
1 parent 5c68bbd commit ffb63ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/app/src/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export function pageReplace(url: string) {
}

export function pageRedirect(url: string) {
console.log("Is this happening?", url);
return getRouter().then((r) => r.redirect(url));
}

Expand Down

0 comments on commit ffb63ad

Please sign in to comment.