diff --git a/src-web/components/Sidebar.tsx b/src-web/components/Sidebar.tsx index 6cf1f13a..e49549b5 100644 --- a/src-web/components/Sidebar.tsx +++ b/src-web/components/Sidebar.tsx @@ -121,7 +121,6 @@ export function Sidebar({ className }: Props) { childItems.sort((a, b) => a.sortPriority - b.sortPriority); const depth = node.depth + 1; for (const item of childItems) { - console.log('ADD ITEM', item.id, item); treeParentMap[item.id] = node; node.children.push(next({ item, children: [], depth })); if (item.model !== 'folder') {