Remove annoying log
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user