Skip to content

Commit

Permalink
More linting.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Oct 31, 2023
1 parent 159c725 commit bca4db9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion galaxy_ng/app/api/v1/viewsets/roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def update(self, request, pk=None):
changed[key][subkey] = subval
continue

print(f'{key} {role.full_metadata.get(key)} --> {newval}')
if role.full_metadata.get(key) != newval:
role.full_metadata[key] = newval
changed[key] = newval
Expand Down

0 comments on commit bca4db9

Please sign in to comment.