David Catuhe 5 년 전
부모
커밋
50f7b04a37
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      inspector/src/components/sceneExplorer/treeItemSelectableComponent.tsx

+ 0 - 1
inspector/src/components/sceneExplorer/treeItemSelectableComponent.tsx

@@ -129,7 +129,6 @@ export class TreeItemSelectableComponent extends React.Component<ITreeItemSelect
 
                 if (entity.getDescendants) {
                     if (entity.getDescendants(false, (n: any) => {
-                        console.log(n.name);
                         return n.name && n.name.toLowerCase().indexOf(lowerCaseFilter) !== -1
                     }).length === 0) {
                         return null;