From ffbe059d9138bf89e8e5bf2516c77215a42f7494 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sun, 10 Jun 2018 01:01:52 +0200 Subject: [PATCH] [mod] remove debug output --- src/yunohost/app.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/yunohost/app.py b/src/yunohost/app.py index 65438dad..ca98d7a1 100644 --- a/src/yunohost/app.py +++ b/src/yunohost/app.py @@ -1399,8 +1399,6 @@ def app_config_show_panel(app_id): key, value = line.strip().split("=", 1) logger.debug("config script declared: %s -> %s", key, value) parsed_values[key] = value - print "in parse_stdout", parsed_values - print [line] return_code = hook_exec(config_script, args=["show"],