Skip to content

Commit

Permalink
fix: remove checkStickyDroughtSeason
Browse files Browse the repository at this point in the history
  • Loading branch information
arsforza committed Aug 8, 2022
1 parent facbf11 commit b2d34e0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions interfaces/IBF-dashboard/src/app/services/timeline.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,16 +269,6 @@ export class TimelineService {
return date;
}

// private checkStickyDroughtSeason() {
// for (const area of this.getForecastSeasonAreas()) {
// for (const season of area) {
// if (season.length > 1) {
// return true;
// }
// }
// }
// }

private checkRegionalDroughtSeason() {
const forecastSeasonAreas = this.country.countryDisasterSettings.find(
(s) => s.disasterType === this.disasterType.disasterType,
Expand Down

0 comments on commit b2d34e0

Please sign in to comment.