Skip to content

Commit

Permalink
turn debug in gui off
Browse files Browse the repository at this point in the history
  • Loading branch information
trappitsch committed Feb 28, 2024
1 parent 53ffc51 commit 9f96fd1
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 9f96fd1

Please sign in to comment.