mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed rogue print()
This commit is contained in:
parent
faf33515b2
commit
b7fe722f05
1 changed files with 0 additions and 1 deletions
|
|
@ -308,7 +308,6 @@ class ArrayFacet(Facet):
|
|||
facet_size = self.ds.config("default_facet_size")
|
||||
for source_and_config in self.get_configs():
|
||||
config = source_and_config["config"]
|
||||
print(config)
|
||||
source = source_and_config["source"]
|
||||
column = config.get("column") or config["simple"]
|
||||
facet_sql = """
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue