From d019153db92a338002faec982c4aa5750c3428bb Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 10 Oct 2011 14:42:37 +0200 Subject: disabled js debug --- module/common/JsEngine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/common') 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 -- cgit v1.2.3