Skip to content

Commit

Permalink
minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jul 19, 2024
1 parent 63bb32c commit a04ec6a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vike/shared/getPageContextUrlComputed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,6 @@ function getUrlParsed(pageContext: PageContextUrlSource) {
let urlHandler = pageContext._urlHandler
if (!urlHandler) urlHandler = (url: string) => url
urlResolved = urlHandler(urlResolved)
/*
console.log('pageContext.urlLogical', pageContext.urlLogical)
console.log('pageContext._urlRewrite', pageContext._urlRewrite)
console.log('pageContext.urlOriginal', pageContext.urlOriginal)
console.log()
//*/

// Remove Base URL.
// - We assume there isn't any Base URL to the URLs set by the user at `throw render()` and onBeforeRoute()
Expand Down

0 comments on commit a04ec6a

Please sign in to comment.