fix: cleanup
This commit is contained in:
parent
bf400502e5
commit
f8fafb837f
|
@ -164,8 +164,6 @@ export function DrawGraph({
|
|||
listOfElements,
|
||||
links,
|
||||
}) {
|
||||
console.log("LINKS:");
|
||||
console.log(links);
|
||||
if (isListOrdered) {
|
||||
let nodes = orderedList.map((id, pos) => ({
|
||||
...listOfElements[id],
|
||||
|
|
Loading…
Reference in New Issue
Block a user