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

removed fixed network

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