mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-24 10:18:51 +00:00
[WebUI] Set debug to false for gettext script
This commit is contained in:
parent
7ad8431dd9
commit
de3a6c443d
@ -17,7 +17,7 @@ import re
|
||||
|
||||
WEBUI_JS_DIR = 'deluge/ui/web/js/deluge-all'
|
||||
# Enabling Debug adds file and line number as comments to the gettext file.
|
||||
DEBUG = True
|
||||
DEBUG = False
|
||||
|
||||
|
||||
def check_missing_markup(js_dir):
|
||||
|
Loading…
x
Reference in New Issue
Block a user