diff --git a/cyan_angular/src/app/marker-map/marker-map.component.ts b/cyan_angular/src/app/marker-map/marker-map.component.ts index e112617..04693cb 100644 --- a/cyan_angular/src/app/marker-map/marker-map.component.ts +++ b/cyan_angular/src/app/marker-map/marker-map.component.ts @@ -89,7 +89,7 @@ export class MarkerMapComponent implements OnInit { this.configSetSub = this.envService.configSetObservable.subscribe(configSet => { if (configSet === true) { - this.getMostCurrentAvailableDateForConusImage(false, false); + // this.getMostCurrentAvailableDateForConusImage(false, false); } });