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 {
|
} else {
|
||||||
focusedMedia = null;
|
focusedMedia = null;
|
||||||
}
|
}
|
||||||
console.log('MEDIA', focusedMedia)
|
|
||||||
set(focusedMedia);
|
set(focusedMedia);
|
||||||
},
|
},
|
||||||
connectToSimplePeer: (simplePeer: SimplePeer) => {
|
connectToSimplePeer: (simplePeer: SimplePeer) => {
|
||||||
|
|
|
@ -108,7 +108,6 @@ export class DiscussionManager {
|
||||||
name: string|undefined,
|
name: string|undefined,
|
||||||
img?: string|undefined,
|
img?: string|undefined,
|
||||||
isMe: boolean = false,
|
isMe: boolean = false,
|
||||||
//showReportCallBack?: ShowReportCallBack
|
|
||||||
) {
|
) {
|
||||||
const divParticipant: HTMLDivElement = document.createElement('div');
|
const divParticipant: HTMLDivElement = document.createElement('div');
|
||||||
divParticipant.classList.add('participant');
|
divParticipant.classList.add('participant');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue