mirror of https://github.com/OpenVidu/openvidu.git
ov-components: Remove debugger statement from setRecordingStarted method in RecordingService
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…
Reference in New Issue