Skip to content

Commit 97c4913

Browse files
committed
Remove debugging statement
1 parent 3002f7d commit 97c4913

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bundles/log/src/tool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ def sizeHint(self):
244244
from Qt.QtCore import QSize
245245
return QSize(600, 300)
246246
self.error_dialog = BiggerErrorDialog(parent)
247-
self.error_dialog.finished.connect(lambda *args: print("error dialog finished"))
248247
self._add_report_bug_button()
249248
layout = QGridLayout(parent)
250249
layout.setContentsMargins(0,0,0,0)

0 commit comments

Comments
 (0)