Skip to content

Commit

Permalink
quiet the debugging noise
Browse files Browse the repository at this point in the history
  • Loading branch information
pbugni committed Mar 27, 2024
1 parent a827f3d commit ba59e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions portal/migrations/versions/80c3b1e96c45_.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def upgrade():
output.write(f"{k}: {v}; ")

db.session.commit()
print(output.getvalue())
# print(output.getvalue()) # useful for debugging, too noisy


def downgrade():
Expand Down Expand Up @@ -161,4 +161,4 @@ def downgrade():
ts.triggers = improved_triggers

db.session.commit()
print(output.getvalue())
# print(output.getvalue()) # useful for debugging, too noisy

0 comments on commit ba59e6c

Please sign in to comment.