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');