Remove debug statement

This commit is contained in:
Marty Oehme 2021-08-28 22:04:09 +02:00
parent 1a5004e333
commit 76fcae499a
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
1 changed files with 0 additions and 4 deletions

View File

@ -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 = []