From 0f5b46c9e6f959df2f1e14109d527d1677823e97 Mon Sep 17 00:00:00 2001 From: Varun Shenoy Date: Mon, 13 Feb 2023 17:28:11 -0800 Subject: [PATCH] Update App.js --- src/App.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.js b/src/App.js index d393753..4c0985f 100644 --- a/src/App.js +++ b/src/App.js @@ -102,8 +102,6 @@ function App() { // check if the node already exists var node = current_graph.nodes.find(node => node.id === index); - console.log("HIII"); - if (node === undefined) { return; }