diff --git a/src/state/messages/events/agent.ts b/src/state/messages/events/agent.ts index 71a3d21370..eea61a61b7 100644 --- a/src/state/messages/events/agent.ts +++ b/src/state/messages/events/agent.ts @@ -347,15 +347,15 @@ export class MessagesEventBus { this.isPolling = true - logger.debug( - `${LOGGER_CONTEXT}: poll`, - { - requestedPollIntervals: Array.from( - this.requestedPollIntervals.values(), - ), - }, - logger.DebugContext.convo, - ) + // logger.debug( + // `${LOGGER_CONTEXT}: poll`, + // { + // requestedPollIntervals: Array.from( + // this.requestedPollIntervals.values(), + // ), + // }, + // logger.DebugContext.convo, + // ) try { const response = await this.agent.api.chat.bsky.convo.getLog(