Skip to content

Commit

Permalink
database.upgrade:upgrade - do not print versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Aug 19, 2024
1 parent b52f2dd commit 7c6b515
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions acacore/database/upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,4 @@ def upgrade(db: FileDB):

while current_version < latest_version:
update_function = get_upgrade_function(current_version, latest_version)
print(current_version, end=" ")
current_version = update_function(db)
print(current_version)

0 comments on commit 7c6b515

Please sign in to comment.