fix: cleanup

This commit is contained in:
NunoSempere 2022-01-31 17:39:36 -05:00
parent bf400502e5
commit f8fafb837f

View File

@ -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],