Skip to content

Commit dd5a753

Browse files
committed
fix: Remove console log from onNodeExpand function in LazyDoc.vue
1 parent c4814cd commit dd5a753

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/volt/doc/tree/LazyDoc.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ const onNodeExpand = (node) => {
4848
let _nodes = { ...nodes.value };
4949
_nodes[parseInt(node.key, 10)] = { ..._node, loading: false };
5050
nodes.value = _nodes;
51-
52-
console.log(nodes.value);
5351
}, 500);
5452
}
5553
};

0 commit comments

Comments
 (0)