From 0eca80bed857c983c1c09ccffb172e966b420ec7 Mon Sep 17 00:00:00 2001 From: Eric NGUYEN Date: Thu, 23 Feb 2023 15:23:14 +0100 Subject: [PATCH] Remove console.log --- src/Components/ElementsSidebar/ElementsSidebar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Components/ElementsSidebar/ElementsSidebar.tsx b/src/Components/ElementsSidebar/ElementsSidebar.tsx index 76a22ac..2a37176 100644 --- a/src/Components/ElementsSidebar/ElementsSidebar.tsx +++ b/src/Components/ElementsSidebar/ElementsSidebar.tsx @@ -145,7 +145,6 @@ export function ElementsSidebar(props: IElementsSidebarProps): JSX.Element { // States const divRef = React.useRef(null); const [,height] = useSize(divRef); - console.log(height); // Render const it = MakeRecursionDFSIterator(props.mainContainer, props.containers, 0, [0, 0], true);