Skip to content

Commit 92fa1a8

Browse files
rm log
1 parent edeca49 commit 92fa1a8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

editor-packages/editor-dashboard/scaffold/editor-dashboard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ export function Dashboard() {
8484
selections={selection}
8585
expanded={!hierarchyFoldings.includes(section.path)}
8686
onExpandChange={(expand) => {
87-
console.log("onExpandChange", expand, section.path);
8887
if (expand) {
8988
unfold(section.path);
9089
} else {

0 commit comments

Comments
 (0)