diff --git a/frontend/app/element/dropdown.tsx b/frontend/app/element/dropdown.tsx index a1ef9576..be743db3 100644 --- a/frontend/app/element/dropdown.tsx +++ b/frontend/app/element/dropdown.tsx @@ -114,8 +114,6 @@ const Dropdown = memo( } }); - console.log("hoveredItems", hoveredItems); - useLayoutEffect(() => { if (anchorRef.current && dropdownRef.current) { const anchorRect = anchorRef.current.getBoundingClientRect();