Skip to content
Snippets Groups Projects
Commit e19ebfff authored by AndiMajore's avatar AndiMajore
Browse files

printing network input to check format

parent b2c95659
Branches
No related tags found
No related merge requests found
...@@ -114,6 +114,7 @@ export class ExplorerPageComponent implements OnInit, AfterViewInit { ...@@ -114,6 +114,7 @@ export class ExplorerPageComponent implements OnInit, AfterViewInit {
if (network == null) { if (network == null) {
return; return;
} }
console.log(network)
this.networkJSON = JSON.stringify(typeof network === 'string' ? JSON5.parse(network) : network); this.networkJSON = JSON.stringify(typeof network === 'string' ? JSON5.parse(network) : network);
this.createNetwork(); this.createNetwork();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment