Deleted unneeded comments

pull/592/head
pkorove 5 years ago
parent 65623ea08e
commit 9bb1a49ac6

@ -45,8 +45,6 @@ public class ResetHabitsCommand extends Command
habitList.update(selected); habitList.update(selected);
} else { } else {
for (Habit h : habitList) { for (Habit h : habitList) {
// h.getRepetitions().removeAll();
// habitList.update(h);
RepetitionList repetitionList = h.getRepetitions(); RepetitionList repetitionList = h.getRepetitions();
Repetition rep; Repetition rep;
while(repetitionList.getTotalCount() != 0) { while(repetitionList.getTotalCount() != 0) {

Loading…
Cancel
Save