Remove console.log
This commit is contained in:
parent
2c5a617b3a
commit
0eca80bed8
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue