Skip to content

Commit

Permalink
remove leftover console.log introduced in #70532 (#70615)
Browse files Browse the repository at this point in the history
  • Loading branch information
lubieowoce authored Sep 30, 2024
1 parent c3006f6 commit 8a62e4b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ export function addSearchParamsToPageSegments(
// If it's a page segment, modify the segment by adding search params
if (segment.includes(PAGE_SEGMENT_KEY)) {
const newSegment = addSearchParamsIfPageSegment(segment, searchParams)
console.log({ existingSegment: segment, newSegment })
return [newSegment, parallelRoutes, ...rest]
}

Expand Down

0 comments on commit 8a62e4b

Please sign in to comment.