Skip to content

Commit 853b98a

Browse files
committed
remove accidental line copy
1 parent 8b0bc87 commit 853b98a

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
@@ -859,7 +859,6 @@ export class ReplayContainer implements ReplayContainerInterface {
859859
// A flush is about to happen, cancel any queued flushes
860860
this._debouncedFlush?.cancel();
861861

862-
// No existing flush in progress, proceed with flushing.
863862
// this._flushLock acts as a lock so that future calls to `flush()`
864863
// will be blocked until this promise resolves
865864
if (!this._flushLock) {

0 commit comments

Comments
 (0)