Skip to content

Commit

Permalink
disabled request for weekly conus image at user login
Browse files Browse the repository at this point in the history
  • Loading branch information
popenc committed Aug 19, 2024
1 parent 542abc2 commit f2532eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyan_angular/src/app/account/account.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export class AccountComponent implements OnInit {
// track user idle timeout, logout if expired
this.trackUserIdleTimout();

// this.markerMap.getMostCurrentAvailableDate(); // loads most recent daily wb data layer
// this.markerMap.getMostCurrentAvailableDateForConusImage(); // loads most recent daily wb data layer

},
errorResponse => {
Expand Down

0 comments on commit f2532eb

Please sign in to comment.