mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed rogue print statement
This commit is contained in:
parent
82c20ea36e
commit
72e328dccf
1 changed files with 0 additions and 1 deletions
|
|
@ -348,7 +348,6 @@ class Filters:
|
||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self, pairs):
|
def __init__(self, pairs):
|
||||||
print('pairs = ', pairs)
|
|
||||||
self.pairs = pairs
|
self.pairs = pairs
|
||||||
|
|
||||||
def lookups(self):
|
def lookups(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue