Skip to content

Commit

Permalink
disabled weekly conus image loading that was previously missed
Browse files Browse the repository at this point in the history
  • Loading branch information
popenc committed Aug 28, 2024
1 parent 687df48 commit 80a1d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyan_angular/src/app/marker-map/marker-map.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
});

Expand Down

0 comments on commit 80a1d2b

Please sign in to comment.