Skip to content

Commit e9f7817

Browse files
committed
Entered production mode
1 parent 3888c61 commit e9f7817

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
# Furthermore, enabling this mode will give you an access to a new pane
4949
# in scope display calle "Debug", enabling you to see all spectra sent to
5050
# scope display.
51-
DEVELOPER_MODE_ENABLED = True
51+
DEVELOPER_MODE_ENABLED = False
5252

5353
# Enter here the name (between quotes) of the colormap you want to use
5454
# To find some other colormap ideas :

run_CALOA.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ echo Checking for updates.
33
python updater.py
44
echo Running CALOA
55
python application.py
6-
pause

0 commit comments

Comments
 (0)