Skip to content

Commit

Permalink
chore: 불필요한 로그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
gxxrxn committed Jun 23, 2024
1 parent ef0bd69 commit ba14f6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export async function middleware(request: NextRequest) {
*/

if (request.cookies.has('RefreshToken')) {
console.log('has refreshToken', request.cookies);
request.nextUrl.pathname = '/bookarchive';
} else {
request.nextUrl.pathname = '/login';
Expand Down

0 comments on commit ba14f6a

Please sign in to comment.