remove debugging print

This commit is contained in:
Kovid Goyal 2023-12-10 17:11:27 +05:30
parent 62ea0893bf
commit 7871fc4021
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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()