From 76fcae499a8a3f44263cd521d6fd0df3844a0561 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 28 Aug 2021 22:04:09 +0200 Subject: [PATCH] Remove debug statement --- loop/habits.py | 4 ---- 1 file changed, 4 deletions(-) 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 = []