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