diff --git a/libs/remix-ui/workspace/src/lib/components/flat-tree-drop.tsx b/libs/remix-ui/workspace/src/lib/components/flat-tree-drop.tsx index d7aaee0fe9..5c5bec50b4 100644 --- a/libs/remix-ui/workspace/src/lib/components/flat-tree-drop.tsx +++ b/libs/remix-ui/workspace/src/lib/components/flat-tree-drop.tsx @@ -116,7 +116,6 @@ export const FlatTreeDrop = (props: FlatTreeDropProps) => { } selectItems.push(dragTarget) }) - // console.log('selectItem', { selectItems, target }) return selectItems }