mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] remove debug output
This commit is contained in:
parent
ff3913adbb
commit
ffbe059d91
1 changed files with 0 additions and 2 deletions
|
@ -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"],
|
||||||
|
|
Loading…
Add table
Reference in a new issue