Skip to content
Snippets Groups Projects
Commit 4cb45c60 authored by Maximilian Giller's avatar Maximilian Giller :squid:
Browse files

Removed code for debugging

parent 4084b15b
No related branches found
No related tags found
1 merge request!2Implemented editor in the react framework
Pipeline #56690 failed
......@@ -138,16 +138,6 @@ export class Graph extends ManagedData {
this.connectElementsToGraph(parsedData);
// TODO: Remove. Just testing for missing nodes
parsedData.links.forEach((link) => {
const sourceNode = link.source;
const targetNode = link.target;
if (sourceNode === undefined || targetNode === undefined) {
console.log(link);
}
});
return parsedData;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment