Skip to content

Commit 364d814

Browse files
committed
remove console log flush
1 parent 25db486 commit 364d814

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
@@ -800,7 +800,6 @@ export class ReplayContainer implements ReplayContainerInterface {
800800
// Note this empties the event buffer regardless of outcome of sending replay
801801
const recordingData = await this.eventBuffer.finish();
802802

803-
console.log('RUNNING FLUSH', new Date().getTime())
804803
// NOTE: Copy values from instance members, as it's possible they could
805804
// change before the flush finishes.
806805
const replayId = this.session.id;

0 commit comments

Comments
 (0)