diff --git a/src/state/messages/convo.ts b/src/state/messages/convo.ts index 29d63cf4e8..07eec763b2 100644 --- a/src/state/messages/convo.ts +++ b/src/state/messages/convo.ts @@ -709,11 +709,14 @@ export class Convo { this.status === ConvoStatus.Ready || this.status === ConvoStatus.Backgrounded ) { - logger.debug( - 'Convo: poll events', - {id: this.id}, - logger.DebugContext.convo, - ) + /* + * Uncomment to view poll events + */ + // logger.debug( + // 'Convo: poll events', + // {id: this.id}, + // logger.DebugContext.convo, + // ) try { this.pendingPoll = this.ingestLatestEvents()