Skip to content

Commit

Permalink
Minor code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophPopp committed Feb 14, 2024
1 parent 36ee99e commit ff78f29
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ function addNodeInfos(node, id) {
"id",
"decomBlock",
"description",
"number of parent nodes",
"number of child nodes",
"references",
"tags"];

Expand All @@ -69,10 +67,6 @@ function addNodeInfos(node, id) {
case "decomBlock":
value.push(["Decomposition Block", node.decomBlock.replaceAll("\\n", "<br><br>")]);
break;
case "number of parent nodes":
break;
case "number of child nodes":
break;
case "references":
value = prepareReferencesInfo(node.references);
value.forEach(function (e) {
Expand Down

0 comments on commit ff78f29

Please sign in to comment.