Skip to content

Commit a82da93

Browse files
committed
remove unnecessary debouncedFlush call
1 parent a53f347 commit a82da93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/replay/src/replay.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,6 @@ export class ReplayContainer implements ReplayContainerInterface {
11081108
setTimeout(() => {
11091109
__DEBUG_BUILD__ && logger.info('[Replay]', 'Resuming replay after rate limit');
11101110
this.resume();
1111-
this._debouncedFlush();
11121111
}, rateLimitDuration);
11131112
}
11141113
}

0 commit comments

Comments
 (0)