This commit is contained in:
Charles Haley 2011-04-13 11:39:51 +01:00
parent 45fe4d69b6
commit ae3e40eccb

View File

@ -466,9 +466,6 @@ class ResultCache(SearchQueryParser): # {{{
v = adjust(v) v = adjust(v)
if relop(v, q): if relop(v, q):
matches.add(item[0]) matches.add(item[0])
print v, q, 'YES'
else:
print v, q, 'NO'
return matches return matches
def get_user_category_matches(self, location, query, candidates): def get_user_category_matches(self, location, query, candidates):