Remove poll events

This commit is contained in:
Eric Bailey
2024-05-06 22:32:41 -05:00
parent 7a2e2a5d5f
commit 9ca9feb518
+8 -5
View File
@@ -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()