We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef1a7e commit c3d28e5Copy full SHA for c3d28e5
sonar/util/portfolio_helper.py
@@ -64,7 +64,6 @@ def convert_portfolio_json(old_json: dict[str, Any]) -> dict[str, Any]:
64
new_json[key] = convert_portfolios_json(new_json[key])
65
if "branches" in old_json:
66
new_json["branches"] = util.dict_to_list(old_json["branches"], "name")
67
- log.info("CONVERTED %s", util.json_dump(new_json))
68
new_json = util.order_keys(new_json, "key", "name", "visibility", "projectSelection", "applications", "portfolios", "permissions")
69
return new_json
70
0 commit comments