From d360d08abb4a432293cd621ab0f4ee3083403075 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 15 Nov 2024 12:19:18 +0530 Subject: [PATCH] ... --- src/calibre/gui2/custom_column_widgets.py | 1 - 1 file changed, 1 deletion(-) 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)