mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-02 19:23:40 +01:00
Get rid of traceback accidentally left in.
This commit is contained in:
parent
330de1cc7b
commit
76ceb08b58
1 changed files with 0 additions and 1 deletions
|
|
@ -865,7 +865,6 @@ def flags(self, index):
|
|||
|
||||
|
||||
def search(self, text, refinement, reset=True):
|
||||
traceback.print_stack()
|
||||
if not text or not text.strip():
|
||||
self.map = list(range(len(self.db)))
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue