Skip to content

Commit 45d335b

Browse files
committed
remove unnecessary debouncedFlush call
1 parent 5a88301 commit 45d335b

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
@@ -1104,7 +1104,6 @@ export class ReplayContainer implements ReplayContainerInterface {
11041104
setTimeout(() => {
11051105
__DEBUG_BUILD__ && logger.info('[Replay]', 'Resuming replay after rate limit');
11061106
this.resume();
1107-
this._debouncedFlush();
11081107
}, rateLimitDuration);
11091108
}
11101109
}

0 commit comments

Comments
 (0)