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
468c6fd953
commit
d8851e0011
1 changed files with 0 additions and 1 deletions
|
|
@ -189,7 +189,6 @@ class Datasette:
|
|||
if db.name in self.databases:
|
||||
raise Exception("Multiple files with same stem: {}".format(db.name))
|
||||
self.databases[db.name] = db
|
||||
print(self.databases)
|
||||
self.cache_headers = cache_headers
|
||||
self.cors = cors
|
||||
self._inspect = inspect_data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue