Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Harris committed Apr 17, 2023
1 parent ad3f298 commit d40d369
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/adapter-vercel/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export function get_pathname(route) {

return route.segments
.map((segment) => {
console.log(segment);
if (!segment.dynamic) {
return segment.content;
}
Expand Down

0 comments on commit d40d369

Please sign in to comment.