Skip to content

Commit

Permalink
Removed rogue print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Nov 23, 2017
1 parent 82c20ea commit 72e328d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datasette/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ class Filters:
}

def __init__(self, pairs):
print('pairs = ', pairs)
self.pairs = pairs

def lookups(self):
Expand Down

0 comments on commit 72e328d

Please sign in to comment.