Removed rogue print statement

This commit is contained in:
Simon Willison 2017-11-22 20:40:15 -08:00
commit 72e328dccf
No known key found for this signature in database
GPG key ID: FBB38AFE227189DB

View file

@ -348,7 +348,6 @@ class Filters:
}
def __init__(self, pairs):
print('pairs = ', pairs)
self.pairs = pairs
def lookups(self):