Skip to content

Commit

Permalink
Remove print() debug
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jan 30, 2024
1 parent f8fdde8 commit b8e294d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datasette_upload_csvs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ def mark_complete(conn):
def transform_columns(conn):
database = sqlite_utils.Database(conn)
with conn:
print("Transforming types to", tracker.types)
database[table_name].transform(types=tracker.types)

await db.execute_write_fn(transform_columns)
Expand Down

0 comments on commit b8e294d

Please sign in to comment.