Removing useless code
This commit is contained in:
parent
5ed61012f0
commit
8d59680de5
2 changed files with 0 additions and 2 deletions
|
@ -28,7 +28,6 @@ function createVideoFocusStore() {
|
|||
} else {
|
||||
focusedMedia = null;
|
||||
}
|
||||
console.log('MEDIA', focusedMedia)
|
||||
set(focusedMedia);
|
||||
},
|
||||
connectToSimplePeer: (simplePeer: SimplePeer) => {
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue