[mod] remove debug output

This commit is contained in:
Laurent Peuch 2018-06-10 01:01:52 +02:00
parent ff3913adbb
commit ffbe059d91

View file

@ -1399,8 +1399,6 @@ def app_config_show_panel(app_id):
key, value = line.strip().split("=", 1) key, value = line.strip().split("=", 1)
logger.debug("config script declared: %s -> %s", key, value) logger.debug("config script declared: %s -> %s", key, value)
parsed_values[key] = value parsed_values[key] = value
print "in parse_stdout", parsed_values
print [line]
return_code = hook_exec(config_script, return_code = hook_exec(config_script,
args=["show"], args=["show"],