From 9bb1a49ac65178852125b60bab348a06d5830e40 Mon Sep 17 00:00:00 2001 From: pkorove Date: Sun, 14 Jun 2020 21:53:26 +0300 Subject: [PATCH] Deleted unneeded comments --- .../org/isoron/uhabits/core/commands/ResetHabitsCommand.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/android/uhabits-core/src/main/java/org/isoron/uhabits/core/commands/ResetHabitsCommand.java b/android/uhabits-core/src/main/java/org/isoron/uhabits/core/commands/ResetHabitsCommand.java index be212a615..2e226a882 100644 --- a/android/uhabits-core/src/main/java/org/isoron/uhabits/core/commands/ResetHabitsCommand.java +++ b/android/uhabits-core/src/main/java/org/isoron/uhabits/core/commands/ResetHabitsCommand.java @@ -45,8 +45,6 @@ public class ResetHabitsCommand extends Command habitList.update(selected); } else { for (Habit h : habitList) { - // h.getRepetitions().removeAll(); - // habitList.update(h); RepetitionList repetitionList = h.getRepetitions(); Repetition rep; while(repetitionList.getTotalCount() != 0) {