Skip to content

Commit 18adcdd

Browse files
committed
Remove unexpected log
1 parent 9b85b93 commit 18adcdd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sonar/rules.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ def export(self, full: bool = False) -> types.ObjectJsonRepr:
308308
d |= {newkey: d[oldkey] for oldkey, newkey in mapping.items() if oldkey in d}
309309
if not d["isTemplate"]:
310310
d.pop("isTemplate", None)
311-
log.info("RULE = %s", utilities.json_dump(d))
312311
return utilities.filter_export(d, _IMPORTABLE_PROPERTIES, full)
313312

314313
def set_tags(self, tags: list[str]) -> bool:

0 commit comments

Comments
 (0)