Skip to content

Commit

Permalink
Update privilege.py
Browse files Browse the repository at this point in the history
remove print statement
  • Loading branch information
FISHMANPET committed Jun 14, 2023
1 parent b74a382 commit 24a7918
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grouper_python/privilege.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def assign_privileges(
f"Target type must be either 'stem' or 'group', but got '{target_type}'."
)
body = {"WsRestAssignGrouperPrivilegesRequest": request}
print(body)
client._call_grouper(
"/grouperPrivileges",
body,
Expand Down

0 comments on commit 24a7918

Please sign in to comment.