Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Jan 15, 2021
1 parent 7621118 commit 5360421
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions fence/sync/sync_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -1502,14 +1502,6 @@ def _update_authz_in_arborist(self, session, user_projects, user_yaml=None):
# from authorization sources get policies revoked
arborist_user_projects = {}
try:
print("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
print(self.arborist_client._user_url)
print(self.arborist_client.get_users(
url=self.arborist_client._user_url
))
print(self.arborist_client.get_users(
url=self.arborist_client._user_url
).json["users"])
arborist_users = self.arborist_client.get_users(
url=self.arborist_client._user_url
).json["users"]
Expand Down

0 comments on commit 5360421

Please sign in to comment.