Skip to content

Commit

Permalink
chore: remove console log from middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiryous committed Dec 29, 2024
1 parent 4ee5a4d commit 242d890
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keep-ui/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export const middleware = auth(async (request) => {

const session = await auth();
const role = session?.userRole;
console.log("session", session);
const isAuthenticated = !!request.auth;
// Keep it on header so it can be used in server components
const requestHeaders = new Headers(request.headers);
Expand Down

0 comments on commit 242d890

Please sign in to comment.