Remove annoying log

This commit is contained in:
Eric Bailey
2024-05-08 17:46:38 -05:00
parent 71305f7e9a
commit 688261032a
+9 -9
View File
@@ -347,15 +347,15 @@ export class MessagesEventBus {
this.isPolling = true this.isPolling = true
logger.debug( // logger.debug(
`${LOGGER_CONTEXT}: poll`, // `${LOGGER_CONTEXT}: poll`,
{ // {
requestedPollIntervals: Array.from( // requestedPollIntervals: Array.from(
this.requestedPollIntervals.values(), // this.requestedPollIntervals.values(),
), // ),
}, // },
logger.DebugContext.convo, // logger.DebugContext.convo,
) // )
try { try {
const response = await this.agent.api.chat.bsky.convo.getLog( const response = await this.agent.api.chat.bsky.convo.getLog(