Skip to content

Commit

Permalink
Remove query comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsilva committed Jan 25, 2019
1 parent 5b06dbc commit 06b7473
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xapian_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -726,8 +726,6 @@ def search(self, query, sort_by=None, start_offset=0, end_offset=None,
for spy in facets_spies:
enquire.add_matchspy(spy)

# print enquire.get_query()

matches = self._get_enquire_mset(database, enquire, start_offset, end_offset)

for match in matches:
Expand Down

0 comments on commit 06b7473

Please sign in to comment.