Skip to content

Commit

Permalink
1859: Removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
tuj committed Aug 15, 2024
1 parent 05547d3 commit 149430e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/util/schedule/schedule-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ const getFreqOptions = (t) => {
},
{ title: t("schedule.weekly"), value: RRule.WEEKLY, key: "rrule.weekly" },
{ title: t("schedule.daily"), value: RRule.DAILY, key: "rrule.daily" },
// { title: t("schedule.hourly"), value: RRule.HOURLY, key: "rrule.hourly" },
// { title: t("schedule.minutely"), value: RRule.MINUTELY, key: "rrule.minutely" },
];
};

Expand Down

0 comments on commit 149430e

Please sign in to comment.