Skip to content

Commit

Permalink
Remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Dec 12, 2024
1 parent de91bc7 commit 0202e4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/next/src/server/lib/router-utils/build-data-route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export function buildDataRoute(page: string, buildId: string) {
`\\.json$`
)
routeKeys = routeRegex.routeKeys
console.log("DYNAMIC ROUTE", { routeKeys, dataRouteRegex, namedDataRouteRegex, routeRegex })
} else {
dataRouteRegex = normalizeRouteRegex(
new RegExp(
Expand All @@ -38,7 +37,6 @@ export function buildDataRoute(page: string, buildId: string) {
)}$`
).source
)
console.log("STATIC ROUTE", { routeKeys, dataRouteRegex, namedDataRouteRegex })
}

return {
Expand Down

0 comments on commit 0202e4b

Please sign in to comment.