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
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(