api: remove unecessary log

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-04-19 21:50:45 +02:00
parent 6ef9d36401
commit 4cb142ae41

View File

@@ -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,