mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
remove debugging print
This commit is contained in:
parent
62ea0893bf
commit
7871fc4021
@ -192,7 +192,6 @@ def add_notes_context_menu_actions(menu, book_info, field, value):
|
|||||||
_('Are you sure you want to delete the note for {} from this library? '
|
_('Are you sure you want to delete the note for {} from this library? '
|
||||||
'There is no undo.').format(val),
|
'There is no undo.').format(val),
|
||||||
skip_dialog_name='book_details_delete_note_context_menu'):
|
skip_dialog_name='book_details_delete_note_context_menu'):
|
||||||
print('here to delete')
|
|
||||||
db = gui.current_db.new_api
|
db = gui.current_db.new_api
|
||||||
db.set_notes_for(field, item_id, '')
|
db.set_notes_for(field, item_id, '')
|
||||||
gui.do_field_item_value_changed()
|
gui.do_field_item_value_changed()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user