ov-components: Remove debugger statement from setRecordingStarted method in RecordingService
This commit is contained in:
parent
11ac3d32eb
commit
709779b7fd
@ -43,7 +43,6 @@ export class RecordingService {
|
||||
setRecordingStarted(recordingInfo?: RecordingInfo, startTimestamp?: number) {
|
||||
// Register the start timestamp of the recording
|
||||
// to calculate the elapsed time
|
||||
debugger;
|
||||
this.recordingStartTimestamp = recordingInfo?.startedAt || Date.now();
|
||||
|
||||
// Initialize the recording elapsed time
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user