From 7871fc4021bde4cadeb54f53e6f9ab42a217b652 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 10 Dec 2023 17:11:27 +0530 Subject: [PATCH] remove debugging print --- src/calibre/gui2/book_details.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calibre/gui2/book_details.py b/src/calibre/gui2/book_details.py index 9ac011be3a..e44b865c29 100644 --- a/src/calibre/gui2/book_details.py +++ b/src/calibre/gui2/book_details.py @@ -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? ' 'There is no undo.').format(val), skip_dialog_name='book_details_delete_note_context_menu'): - print('here to delete') db = gui.current_db.new_api db.set_notes_for(field, item_id, '') gui.do_field_item_value_changed()