Skip to content

Commit

Permalink
turn off debug
Browse files Browse the repository at this point in the history
  • Loading branch information
trappitsch committed Feb 29, 2024
1 parent 29a2257 commit ca43aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rimsschemedrawer/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class SchemeDrawer(QtWidgets.QMainWindow):

def __init__(self):
# run in debug mode?
self.rundebug = True
self.rundebug = False

# program info
self.author = "Reto Trappitsch"
Expand Down

0 comments on commit ca43aee

Please sign in to comment.