mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
...
This commit is contained in:
parent
45fe4d69b6
commit
ae3e40eccb
@ -466,9 +466,6 @@ class ResultCache(SearchQueryParser): # {{{
|
||||
v = adjust(v)
|
||||
if relop(v, q):
|
||||
matches.add(item[0])
|
||||
print v, q, 'YES'
|
||||
else:
|
||||
print v, q, 'NO'
|
||||
return matches
|
||||
|
||||
def get_user_category_matches(self, location, query, candidates):
|
||||
|
Loading…
x
Reference in New Issue
Block a user