summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index d16a033..bc8f628 100644
--- a/settings.py
+++ b/settings.py
@@ -16,7 +16,7 @@ if 'runserver' in sys.argv:
print(">>>>running on dev local runserver<<<<")
DEVSERVER = True
else:
- print(">>>>running on expo.survex.com<<<<")
+ # print(">>>>running on expo.survex.com<<<<")
DEVSERVER = False
EPOCH = date.fromisoformat('1970-01-01')