Removed debug bot logging

This commit is contained in:
Dev 2024-07-08 21:13:53 +01:00
parent 1d407f8787
commit e662020f9a

View File

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