From 90aba42b2a01c8ce1d3d5cc63c5fba2a519ca3dd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 27 Feb 2020 15:30:02 +0530 Subject: [PATCH] ... --- src/calibre/gui2/viewer/ui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calibre/gui2/viewer/ui.py b/src/calibre/gui2/viewer/ui.py index f4a12dcafd..92fcf3b7bd 100644 --- a/src/calibre/gui2/viewer/ui.py +++ b/src/calibre/gui2/viewer/ui.py @@ -542,7 +542,6 @@ class EbookViewer(MainWindow): # State serialization {{{ def save_annotations(self, in_book_file=True): - print(11111111111) if not self.current_book_data: return amap = self.current_book_data['annotations_map']