diff --git a/loop/habits.py b/loop/habits.py index 8f63567..fca3af2 100644 --- a/loop/habits.py +++ b/loop/habits.py @@ -8,10 +8,6 @@ def migrate(db, trackers): else: print(f"Found duplicate Habit: {existing_habit} - skipping.") - # DEBUGGING - c.execute("""select * from Habits""") - print(c.fetchall()) - def trackers_to_habits(trackers): habits = []