Skip to content

Commit c3d28e5

Browse files
committed
Quality pass
1 parent 7ef1a7e commit c3d28e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sonar/util/portfolio_helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def convert_portfolio_json(old_json: dict[str, Any]) -> dict[str, Any]:
6464
new_json[key] = convert_portfolios_json(new_json[key])
6565
if "branches" in old_json:
6666
new_json["branches"] = util.dict_to_list(old_json["branches"], "name")
67-
log.info("CONVERTED %s", util.json_dump(new_json))
6867
new_json = util.order_keys(new_json, "key", "name", "visibility", "projectSelection", "applications", "portfolios", "permissions")
6968
return new_json
7069

0 commit comments

Comments
 (0)