Removing useless code

This commit is contained in:
David Négrier 2021-06-24 10:36:47 +02:00
parent 5ed61012f0
commit 8d59680de5
2 changed files with 0 additions and 2 deletions

View file

@ -28,7 +28,6 @@ function createVideoFocusStore() {
} else {
focusedMedia = null;
}
console.log('MEDIA', focusedMedia)
set(focusedMedia);
},
connectToSimplePeer: (simplePeer: SimplePeer) => {

View file

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