Skip to content

Commit

Permalink
chore: removes debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ElpadoCan committed Feb 11, 2025
1 parent 5ba59ab commit 10825f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cellacdc/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1147,10 +1147,6 @@ def setTooltips(self): #laoding tooltips for GUI from .\Cell_ACDC\docs\source\to
tooltip
)


printl(key, tooltip)
getattr(self, key).setToolTip(tooltip)

def run(self, module='acdc_gui', logs_path=None):
self.setWindowIcon()
self.setWindowTitle()
Expand Down

0 comments on commit 10825f6

Please sign in to comment.