change(ui): remove random log
This commit is contained in:
parent
d7dc9b684f
commit
d6818e0d88
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ function Player(props: IProps) {
|
|||
const screenWrapper = React.useRef<HTMLDivElement>(null);
|
||||
const ready = playerContext.store.get().ready
|
||||
|
||||
console.log(ready)
|
||||
React.useEffect(() => {
|
||||
if (!props.closedLive || isMultiview) {
|
||||
const parentElement = findDOMNode(screenWrapper.current) as HTMLDivElement | null; //TODO: good architecture
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue