Browse Source

fix(#19132): remove console log

pull/19192/head
kavin 5 years ago
committed by 偏右
parent
commit
a0851cdd34
  1. 1
      components/tree/DirectoryTree.tsx

1
components/tree/DirectoryTree.tsx

@ -88,7 +88,6 @@ class DirectoryTree extends React.Component<DirectoryTreeProps, DirectoryTreeSta
// Expanded keys
if (defaultExpandAll) {
if (props.treeData) {
console.log(getFullKeyListByTreeData(props.treeData));
this.state.expandedKeys = getFullKeyListByTreeData(props.treeData);
} else {
this.state.expandedKeys = getFullKeyList(props.children);

Loading…
Cancel
Save