From 48084544baa3b72d9953d4f6fc7c27fc180a6404 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Tue, 20 May 2025 13:17:28 +0200 Subject: [PATCH] ov-components: remove debug console logs for query parameters and participant name in testapp --- .../src/app/openvidu-call/call.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/openvidu-components-angular/src/app/openvidu-call/call.component.ts b/openvidu-components-angular/src/app/openvidu-call/call.component.ts index 0bfeb0fb..6a7a6dac 100644 --- a/openvidu-components-angular/src/app/openvidu-call/call.component.ts +++ b/openvidu-components-angular/src/app/openvidu-call/call.component.ts @@ -138,9 +138,7 @@ export class CallComponent implements OnInit { this.activitiesPanelBroadcastingActivity = params['activitiesPanelBroadcastingActivity'] === 'true'; if (params['toolbarSettingsBtn'] !== undefined) this.toolbarSettingsButton = params['toolbarSettingsBtn'] === 'true'; if (params['staticVideos'] !== undefined) this.areStaticVideosEnabled = params['staticVideos'] === 'true'; - console.log('Query params:', params); - console.log('PARTICIPANT NAME:', this.participantName); this.configReady = true; }); if (this.areStaticVideosEnabled) {