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); }