Comment-out unused variable

master
Rob Pilling 2023-03-09 20:13:10 +00:00
parent 94be5d4627
commit 4f25ee7ca1
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ function showEditRepeatMenu(repeat, day, dowChangeCallback) {
}
};
} else {
var date = day; // eventually: detect day of date and configure a repeat e.g. 3rd Monday of Month
// var date = day; // eventually: detect day of date and configure a repeat e.g. 3rd Monday of Month
dow = EVERY_DAY;
repeat = repeat || {interval: "month", num: 1};