From 65ff948354218b27385870f4c89bea3021b2deef Mon Sep 17 00:00:00 2001 From: csantosm <4a.santos@gmail.com> Date: Fri, 15 Jul 2022 15:55:33 +0200 Subject: [PATCH] openvidu-components: Clean tests --- .../src/app/testing-app/testing.component.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/openvidu-components-angular/src/app/testing-app/testing.component.ts b/openvidu-components-angular/src/app/testing-app/testing.component.ts index d72db77a..27138c78 100644 --- a/openvidu-components-angular/src/app/testing-app/testing.component.ts +++ b/openvidu-components-angular/src/app/testing-app/testing.component.ts @@ -196,12 +196,10 @@ export class TestingComponent implements OnInit { break; case StructuralDirectives.ADDITIONAL_PANELS: - debugger this.ovAdditionalPanelsSelected = value; break; case StructuralDirectives.ACTIVITIES_PANEL: - debugger this.ovActivitiesPanelSelected = value; break; @@ -232,7 +230,6 @@ export class TestingComponent implements OnInit { } updateApiDirective(id: string, value: boolean) { - console.log("AAAAAAAAAa", id + value) switch (id) { case AttributeDirective.TOOLBAR_CHAT_PANEL: this.chatPanelBtn = value; @@ -258,7 +255,6 @@ export class TestingComponent implements OnInit { break; case AttributeDirective.TOOLBAR_ACTIVITIES_PANEL: this.activitiesPanelBtn = value; - console.warn('valor del checkbox', this.activitiesPanelBtn) break; case AttributeDirective.TOOLBAR_SCREENSHARE: this.screenshareBtn = value;