diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-10-10 14:42:37 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-10-10 14:42:37 +0200 |
commit | d019153db92a338002faec982c4aa5750c3428bb (patch) | |
tree | ca3790143a30a6c786747077adfe4d5b18d2155c /module/common/JsEngine.py | |
parent | rhino encoding fix (diff) | |
download | pyload-d019153db92a338002faec982c4aa5750c3428bb.tar.xz |
disabled js debug
Diffstat (limited to 'module/common/JsEngine.py')
-rw-r--r-- | module/common/JsEngine.py | 2 |
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 |