From 7d9773a021155bfb4ac90a8e1dfb89dda160731e Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sun, 3 Aug 2025 13:55:14 +0200 Subject: [PATCH] Remove log --- middleware.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleware.ts b/middleware.ts index 9085e7a1..a1c53ad2 100644 --- a/middleware.ts +++ b/middleware.ts @@ -21,7 +21,7 @@ export async function middleware(request: NextRequest) { const path = request.nextUrl.pathname; const ip = request.ip || request.headers.get('x-forwarded-for')?.split(',')[0]?.trim() || 'anonymous'; - console.log('middleware', path, ip) + // console.log('middleware', path, ip) // Only apply rate limiting to specified paths