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

printing network input to check format

parent b2c95659
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,7 @@ export class ExplorerPageComponent implements OnInit, AfterViewInit {
if (network == null) {
return;
}
console.log(network)
this.networkJSON = JSON.stringify(typeof network === 'string' ? JSON5.parse(network) : network);
this.createNetwork();
}
......
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