From e662020f9a33b2b5681fd93b02046cf8f5e66dc3 Mon Sep 17 00:00:00 2001 From: Dev Date: Mon, 8 Jul 2024 21:13:53 +0100 Subject: [PATCH] Removed debug bot logging --- project/src/controllers/BotController.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/project/src/controllers/BotController.ts b/project/src/controllers/BotController.ts index 53b5dcd4..d82c4935 100644 --- a/project/src/controllers/BotController.ts +++ b/project/src/controllers/BotController.ts @@ -189,7 +189,6 @@ export class BotController const multipleBotTypesRequested = info.conditions.length > 1; if (multipleBotTypesRequested) { - this.logger.warning(`${JSON.stringify(info)}`); return this.generateMultipleBotsAndCache(info, pmcProfile, sessionId); }