From f8fafb837ffb2a5c67ea26bfc0619edc4291f46a Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Mon, 31 Jan 2022 17:39:36 -0500 Subject: [PATCH] fix: cleanup --- lib/labeledGraph.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/labeledGraph.js b/lib/labeledGraph.js index 93b3eed..1026735 100644 --- a/lib/labeledGraph.js +++ b/lib/labeledGraph.js @@ -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],