Skip to content

Commit

Permalink
Remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
e-pettersen committed Feb 6, 2025
1 parent 3002f7d commit 97c4913
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bundles/log/src/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ def sizeHint(self):
from Qt.QtCore import QSize
return QSize(600, 300)
self.error_dialog = BiggerErrorDialog(parent)
self.error_dialog.finished.connect(lambda *args: print("error dialog finished"))
self._add_report_bug_button()
layout = QGridLayout(parent)
layout.setContentsMargins(0,0,0,0)
Expand Down

0 comments on commit 97c4913

Please sign in to comment.