소스 검색

移除注释

zhengnaiwen_citu 6 달 전
부모
커밋
b1fa5a0e13
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/utils/antvG6.js

+ 0 - 3
src/utils/antvG6.js

@@ -68,9 +68,6 @@ export class MindMapNode extends Circle {
 
   drawCollapseShape (attributes, container) {
     const nodes = this.context.graph.getNodeData(this.id)
-    if (this.id === 'b492100959bfde7a6b317038d1f1d15a') {
-      console.log('b492100959bfde7a6b317038d1f1d15a', nodes)
-    }
     if (!nodes.children?.length && !nodes.hasChildren) {
       return
     }