mirror of
https://github.com/varunshenoy/GraphGPT.git
synced 2023-05-24 23:39:42 +03:00
Update App.js
This commit is contained in:
@@ -102,8 +102,6 @@ function App() {
|
|||||||
// check if the node already exists
|
// check if the node already exists
|
||||||
var node = current_graph.nodes.find(node => node.id === index);
|
var node = current_graph.nodes.find(node => node.id === index);
|
||||||
|
|
||||||
console.log("HIII");
|
|
||||||
|
|
||||||
if (node === undefined) {
|
if (node === undefined) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user