Skip to content

Commit

Permalink
delete console.log from middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Sep 12, 2024
1 parent ef11593 commit f47b4e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/ui/docs-bundle/src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ export const middleware: NextMiddleware = async (request) => {
return NextResponse.rewrite(nextUrl, { request: { headers } });
}

// eslint-disable-next-line no-console
console.log(request);

const pathname = extractNextDataPathname(request.nextUrl.pathname);

const fernToken = request.cookies.get("fern_token");
Expand Down

0 comments on commit f47b4e5

Please sign in to comment.