Skip to content

Commit c3bebf6

Browse files
committed
remove unnecessary debouncedFlush call
1 parent 44b8ed8 commit c3bebf6

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
@@ -1101,7 +1101,6 @@ export class ReplayContainer implements ReplayContainerInterface {
11011101
setTimeout(() => {
11021102
__DEBUG_BUILD__ && logger.info('[Replay]', 'Resuming replay after rate limit');
11031103
this.resume();
1104-
this._debouncedFlush();
11051104
}, rateLimitDuration);
11061105
}
11071106
}

0 commit comments

Comments
 (0)