Skip to content

Commit 2ffb43b

Browse files
author
hikki
committed
v3.2
1 parent 1935813 commit 2ffb43b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/assets/component.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,6 @@ window.ComponentCascadeLine = class {
18211821
this.dimensional_data[stack].forEach((d)=>{
18221822
if(nodes.indexOf(d.key) !== -1){
18231823
d.parentNodes = parents;
1824-
console.log(d)
18251824
if(Array.isArray(d.nodes) && d.nodes.length > 0){
18261825
this.resetChildrenParent(d);
18271826
}

0 commit comments

Comments
 (0)