diff --git a/apps/api/src/routes/event.router.ts b/apps/api/src/routes/event.router.ts index b9544a85..da9ef468 100644 --- a/apps/api/src/routes/event.router.ts +++ b/apps/api/src/routes/event.router.ts @@ -32,7 +32,6 @@ const eventRouter: FastifyPluginCallback = (fastify, opts, done) => { if (bot) { const path = (req.body?.properties?.__path || req.body?.properties?.path) as string | undefined; - logger.warn({ ...req.headers, bot }, 'Bot detected (event)'); await createBotEvent({ ...bot, projectId,