Skip to content

Commit 2926623

Browse files
committed
..
1 parent 89b41c3 commit 2926623

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/utils/getSelectable.util.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ function findAncestors(
2626
child => child.childComponentId
2727
);
2828

29-
<<<<<<< HEAD
30-
// console.log(components[i].id, components[i].title);
31-
// console.log("myChildren", myChilren);
32-
33-
=======
34-
>>>>>>> fb1f985158be18ca3fc94b8978b45292fa8b1d28
3529
let found = currentCompArr.filter(comp => myChilren.includes(comp));
3630

3731
if (found.length) {
@@ -46,14 +40,6 @@ function findAncestors(
4640
}
4741
}
4842
}
49-
<<<<<<< HEAD
50-
51-
// console.log("newancestors", newAncestors);
52-
// console.log("comptocheck", componentsToCheck);
53-
// console.log("cumulativeancestors", ancestors);
54-
55-
=======
56-
>>>>>>> fb1f985158be18ca3fc94b8978b45292fa8b1d28
5743
return findAncestors(components, newAncestors, componentsToCheck, ancestors);
5844
}
5945

0 commit comments

Comments
 (0)