change(ui): remove random log

This commit is contained in:
nick-delirium 2023-03-14 15:09:16 +01:00 committed by Delirium
parent d7dc9b684f
commit d6818e0d88

View file

@ -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