diff --git a/gen_web_gettext.py b/gen_web_gettext.py index c37000481..aea337cef 100755 --- a/gen_web_gettext.py +++ b/gen_web_gettext.py @@ -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):