diff --git a/middleware.ts b/middleware.ts index 50f4985..ed90080 100644 --- a/middleware.ts +++ b/middleware.ts @@ -23,11 +23,8 @@ const aj = arcjet({ export default async function middleware(req: NextRequest) { const decision = await aj.protect(req); - console.log(decision); if ( - // If this deny comes from a bot rule then block the request. You can - // customize this logic to fit your needs e.g. changing the status code. decision.isDenied() && decision.reason.isBot() ) {