Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Nov 15, 2024
1 parent fcbfbc8 commit d360d08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/calibre/gui2/custom_column_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,6 @@ def set_to_undefined(self):
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)

Expand Down

0 comments on commit d360d08

Please sign in to comment.