From 9ca9feb5187e3c960b5a407020e9cf278c693f25 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 6 May 2024 22:32:41 -0500 Subject: [PATCH] Remove poll events --- src/state/messages/convo.ts | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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()