Skip to content

Commit b4f6cc6

Browse files
author
Avaer Kazmer
committed
Dead rtc code cleanup
1 parent 1a55579 commit b4f6cc6

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

app.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -618,17 +618,6 @@
618618
} else if (method === 'initState') {
619619
const {state} = data;
620620
onInitState(state);
621-
/* rtcWs.dispatchEvent(new CustomEvent('initState', {
622-
detail: {
623-
state,
624-
},
625-
})); */
626-
/* const htmlString = parse5.serialize(state);
627-
if (type === 'channel') {
628-
root.setHTML(htmlString);
629-
} else {
630-
console.log('load channel', state, htmlString);
631-
} */
632621
} else if (method === 'editState') {
633622
_applyEditState(data.spec);
634623
}

0 commit comments

Comments
 (0)