Skip to content

Commit e9e510d

Browse files
committed
Remove log
1 parent 66b5ef3 commit e9e510d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sonar/permissions/permissions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def to_json(self, perm_type: Optional[str] = None) -> types.JsonPermissions:
9393
if not v or len(v) == 0:
9494
continue
9595
perms += [{p[:-1]: k, "permissions": encode(v, order)}]
96-
log.info("RETURN PERM = %s", utilities.json_dump(perms))
9796
return perms if len(perms) > 0 else None
9897

9998
def export(self) -> types.ObjectJsonRepr:

0 commit comments

Comments
 (0)