diff --git a/src/calibre/gui2/custom_column_widgets.py b/src/calibre/gui2/custom_column_widgets.py index 2abae94bae..b61e3c24ca 100644 --- a/src/calibre/gui2/custom_column_widgets.py +++ b/src/calibre/gui2/custom_column_widgets.py @@ -830,7 +830,6 @@ class Enumeration(Base): self.editor.setCurrentIndex(0) def connect_data_changed(self, slot): - print(1111111111, self.editor) self.editor.currentIndexChanged.connect(slot) self.signals_to_disconnect.append(self.editor.currentIndexChanged)