diff --git a/src/calibre/library/caches.py b/src/calibre/library/caches.py index af9a766174..5f4cfcba07 100644 --- a/src/calibre/library/caches.py +++ b/src/calibre/library/caches.py @@ -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):