ov-components: Remove debugger statement from setRecordingStarted method in RecordingService

master
Carlos Santos 2025-06-24 16:18:00 +02:00
parent 11ac3d32eb
commit 709779b7fd
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ export class RecordingService {
setRecordingStarted(recordingInfo?: RecordingInfo, startTimestamp?: number) { setRecordingStarted(recordingInfo?: RecordingInfo, startTimestamp?: number) {
// Register the start timestamp of the recording // Register the start timestamp of the recording
// to calculate the elapsed time // to calculate the elapsed time
debugger;
this.recordingStartTimestamp = recordingInfo?.startedAt || Date.now(); this.recordingStartTimestamp = recordingInfo?.startedAt || Date.now();
// Initialize the recording elapsed time // Initialize the recording elapsed time