Skip to content

Commit

Permalink
Removed rogue print
Browse files Browse the repository at this point in the history
Closes #46
  • Loading branch information
simonw authored Jan 16, 2024
1 parent 4c10a3c commit a7ee88f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions datasette_cluster_map/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ def extra_body_script(database, table, columns, view_name, datasette):


def find_columns(database, table, columns, view_name, datasette):
print(
"find_columns: database={}, table={}, columns={}, view_name={}".format(
database, table, columns, view_name
)
)
if view_name not in ("database", "table"):
return []
if not columns:
Expand Down

0 comments on commit a7ee88f

Please sign in to comment.