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

removed prints

parent 700c7858
No related branches found
Tags v0.9.0-rc6
No related merge requests found
......@@ -61,7 +61,6 @@ export class ExplorerPageComponent implements OnInit, AfterViewInit {
setTimeout(() => {
this.config = config;
}, 200);
console.log(config)
// add settings to config
const configObj = typeof config === 'object' ? config : JSON.parse(config);
this.myConfig = merge(this.myConfig, configObj);
......@@ -110,7 +109,6 @@ export class ExplorerPageComponent implements OnInit, AfterViewInit {
@Input()
public set network(network: string | undefined | object) {
console.log(network)
if (network == null) {
return;
}
......
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