aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/graph/graph.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/app/_elements/graph/graph.component.ts')
-rw-r--r--frontend/src/app/_elements/graph/graph.component.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/app/_elements/graph/graph.component.ts b/frontend/src/app/_elements/graph/graph.component.ts
index da2c7767..04be9f04 100644
--- a/frontend/src/app/_elements/graph/graph.component.ts
+++ b/frontend/src/app/_elements/graph/graph.component.ts
@@ -43,7 +43,6 @@ export class GraphComponent implements AfterViewInit {
window.addEventListener('resize', () => { this.resize() });
this.update();
this.resize();
- //console.log(this.layers);
}
layers: Node[][] = [];