summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--module/common/JsEngine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/common/JsEngine.py b/module/common/JsEngine.py
index 529f55653..576be2a1b 100644
--- a/module/common/JsEngine.py
+++ b/module/common/JsEngine.py
@@ -24,7 +24,7 @@ from urllib import quote
ENGINE = ""
-DEBUG = True
+DEBUG = False
JS = False
PYV8 = False
RHINO = False