2
0

muliple adjustments

This commit is contained in:
2018-08-13 15:20:24 +02:00
parent 09786be1d7
commit 64b4d47daf
8 changed files with 62 additions and 79 deletions

View File

@@ -36,7 +36,6 @@ export class GraphService {
}
public set(newGraphs: Graph[]) {
// console.log('GraphService:set', newGraphs);
this.graphs = newGraphs;
}