Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed Jul 19, 2023
1 parent 78619e6 commit 78111d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aaq_sync/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def aaq_sync(
Sync one or more AAQ tables from the given data export API endpoint to the
given database.
"""
print(db_url, export_url, tables)
dbengine = create_engine(db_url, echo=False)
with (
Session(dbengine) as session,
Expand Down

0 comments on commit 78111d2

Please sign in to comment.