Remove debug statement
This commit is contained in:
parent
1a5004e333
commit
76fcae499a
1 changed files with 0 additions and 4 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue