Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
cldellow committed Feb 1, 2023
1 parent 753b618 commit 9c0bb8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datasette_parquet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def startup(datasette):
return

for db_name, options in config.items():
print('db={} options={}'.format(db_name, options))
if not 'directory' in options:
raise Exception('datasette-parquet: expected directory key for db {}'.format(db))

Expand Down

0 comments on commit 9c0bb8d

Please sign in to comment.