mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove a print statement
This commit is contained in:
parent
82e23f1bd7
commit
14f9f53bca
@ -128,7 +128,6 @@ def _match(query, value, matchkind):
|
|||||||
if query[0] == '.':
|
if query[0] == '.':
|
||||||
if t.startswith(query[1:]):
|
if t.startswith(query[1:]):
|
||||||
ql = len(query) - 1
|
ql = len(query) - 1
|
||||||
print ql, t, query
|
|
||||||
return (len(t) == ql) or (t[ql:ql+1] == '.')
|
return (len(t) == ql) or (t[ql:ql+1] == '.')
|
||||||
elif query == t:
|
elif query == t:
|
||||||
return True
|
return True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user