From 80a1d2b644afc0c40db3bd0459568e477872c203 Mon Sep 17 00:00:00 2001 From: popenc Date: Wed, 28 Aug 2024 09:38:04 -0400 Subject: [PATCH] disabled weekly conus image loading that was previously missed --- cyan_angular/src/app/marker-map/marker-map.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } });