Remove poll events
This commit is contained in:
@@ -709,11 +709,14 @@ export class Convo {
|
|||||||
this.status === ConvoStatus.Ready ||
|
this.status === ConvoStatus.Ready ||
|
||||||
this.status === ConvoStatus.Backgrounded
|
this.status === ConvoStatus.Backgrounded
|
||||||
) {
|
) {
|
||||||
logger.debug(
|
/*
|
||||||
'Convo: poll events',
|
* Uncomment to view poll events
|
||||||
{id: this.id},
|
*/
|
||||||
logger.DebugContext.convo,
|
// logger.debug(
|
||||||
)
|
// 'Convo: poll events',
|
||||||
|
// {id: this.id},
|
||||||
|
// logger.DebugContext.convo,
|
||||||
|
// )
|
||||||
|
|
||||||
try {
|
try {
|
||||||
this.pendingPoll = this.ingestLatestEvents()
|
this.pendingPoll = this.ingestLatestEvents()
|
||||||
|
|||||||
Reference in New Issue
Block a user