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
Tags v0.9.0-rc10
No related merge requests found
......@@ -114,7 +114,6 @@ export class ExplorerPageComponent implements OnInit, AfterViewInit {
if (network == null) {
return;
}
network = '{"nodes":[{"id":"PTEN"}]}';
console.log(network)
console.log(typeof network +": " +JSON.stringify(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.
Finish editing this message first!
Please register or to comment