Remove console.log

This commit is contained in:
Eric NGUYEN 2023-02-23 15:23:14 +01:00
parent 2c5a617b3a
commit 0eca80bed8

View file

@ -145,7 +145,6 @@ export function ElementsSidebar(props: IElementsSidebarProps): JSX.Element {
// States
const divRef = React.useRef<HTMLDivElement>(null);
const [,height] = useSize(divRef);
console.log(height);
// Render
const it = MakeRecursionDFSIterator(props.mainContainer, props.containers, 0, [0, 0], true);