mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
oops left a print statement
This commit is contained in:
parent
7d7b52f01c
commit
723fbbbd80
@ -1252,7 +1252,6 @@ class TagsModel(QAbstractItemModel): # {{{
|
||||
_('Author names cannot contain & characters.')).exec_()
|
||||
return False
|
||||
if key == 'search':
|
||||
print(1111111111, val)
|
||||
if val in self.db.saved_search_names():
|
||||
error_dialog(self.gui_parent, _('Duplicate search name'),
|
||||
_('The saved search name %s is already used.')%val).exec_()
|
||||
|
Loading…
x
Reference in New Issue
Block a user