Removed debug bot logging
This commit is contained in:
parent
1d407f8787
commit
e662020f9a
@ -189,7 +189,6 @@ export class BotController
|
|||||||
const multipleBotTypesRequested = info.conditions.length > 1;
|
const multipleBotTypesRequested = info.conditions.length > 1;
|
||||||
if (multipleBotTypesRequested)
|
if (multipleBotTypesRequested)
|
||||||
{
|
{
|
||||||
this.logger.warning(`${JSON.stringify(info)}`);
|
|
||||||
return this.generateMultipleBotsAndCache(info, pmcProfile, sessionId);
|
return this.generateMultipleBotsAndCache(info, pmcProfile, sessionId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user