Skip to content

Commit fa51feb

Browse files
refactor: drop print for debugging
1 parent f2c164f commit fa51feb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

openedx_authz/api/users.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ def get_user_role_assignments_for_role_in_scope(
145145
for role_assignment in get_subjects_role_assignments_for_role_in_scope(
146146
RoleData(name=role_name), ScopeData(name=scope)
147147
):
148-
print(role_assignment)
149148
user_role_assignments.append(
150149
RoleAssignmentData(
151150
subject=UserData(

0 commit comments

Comments
 (0)