From 8d59680de502da5504198104ac85435ad9c90018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Thu, 24 Jun 2021 10:36:47 +0200 Subject: [PATCH] Removing useless code --- front/src/Stores/VideoFocusStore.ts | 1 - front/src/WebRtc/DiscussionManager.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/front/src/Stores/VideoFocusStore.ts b/front/src/Stores/VideoFocusStore.ts index f463ecf4..28e948ce 100644 --- a/front/src/Stores/VideoFocusStore.ts +++ b/front/src/Stores/VideoFocusStore.ts @@ -28,7 +28,6 @@ function createVideoFocusStore() { } else { focusedMedia = null; } - console.log('MEDIA', focusedMedia) set(focusedMedia); }, connectToSimplePeer: (simplePeer: SimplePeer) => { diff --git a/front/src/WebRtc/DiscussionManager.ts b/front/src/WebRtc/DiscussionManager.ts index 2106b9de..b728eca0 100644 --- a/front/src/WebRtc/DiscussionManager.ts +++ b/front/src/WebRtc/DiscussionManager.ts @@ -108,7 +108,6 @@ export class DiscussionManager { name: string|undefined, img?: string|undefined, isMe: boolean = false, - //showReportCallBack?: ShowReportCallBack ) { const divParticipant: HTMLDivElement = document.createElement('div'); divParticipant.classList.add('participant');