From de3a6c443d4adf9ceff3f015d3cb2d6667bbfa15 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Thu, 8 Jun 2017 14:03:55 +0100 Subject: [PATCH] [WebUI] Set debug to false for gettext script --- gen_web_gettext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):