Skip to content

Commit

Permalink
set debug var to False
Browse files Browse the repository at this point in the history
  • Loading branch information
jatubi committed Apr 24, 2022
1 parent af889da commit 91f24eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shotmanager/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def initGlobalVariables():
devDebug = False

# change this value to force debug at start time
devDebug = True
devDebug = False

global devDebug_lastRedrawTime
devDebug_lastRedrawTime = -1
Expand Down

0 comments on commit 91f24eb

Please sign in to comment.