From ae3e40eccb5e28641275d22773e714f3a6a46dd4 Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Wed, 13 Apr 2011 11:39:51 +0100 Subject: [PATCH] ... --- src/calibre/library/caches.py | 3 --- 1 file changed, 3 deletions(-) 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):