Skip to content

Commit b5e92c8

Browse files
committed
Remove useless log
1 parent 96339f4 commit b5e92c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sonar/applications.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,5 @@ def old_to_new_json_one(old_json: dict[str, Any]) -> dict[str, Any]:
612612
def old_to_new_json(old_json: dict[str, Any]) -> dict[str, Any]:
613613
new_json = old_json.copy()
614614
for k, v in new_json.items():
615-
log.info("Convert %s %s", k, v)
616615
new_json[k] = old_to_new_json_one(v)
617616
return util.dict_to_list(new_json, "key")

0 commit comments

Comments
 (0)