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

removed prints

parent 700c7858
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,6 @@ export class ExplorerPageComponent implements OnInit, AfterViewInit { ...@@ -61,7 +61,6 @@ export class ExplorerPageComponent implements OnInit, AfterViewInit {
setTimeout(() => { setTimeout(() => {
this.config = config; this.config = config;
}, 200); }, 200);
console.log(config)
// add settings to config // add settings to config
const configObj = typeof config === 'object' ? config : JSON.parse(config); const configObj = typeof config === 'object' ? config : JSON.parse(config);
this.myConfig = merge(this.myConfig, configObj); this.myConfig = merge(this.myConfig, configObj);
...@@ -110,7 +109,6 @@ export class ExplorerPageComponent implements OnInit, AfterViewInit { ...@@ -110,7 +109,6 @@ export class ExplorerPageComponent implements OnInit, AfterViewInit {
@Input() @Input()
public set network(network: string | undefined | object) { public set network(network: string | undefined | object) {
console.log(network)
if (network == null) { if (network == null) {
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment