Skip to content

Commit

Permalink
Remove stray logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rgossiaux committed Dec 15, 2024
1 parent d04c07a commit 35537f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions google_api_lib/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,5 @@ def sync_drive_permissions_for_hunt(self, hunt_id):

UserModel = get_user_model()
emails = get_file_user_emails.run(hunt.settings.google_drive_folder_id)
print(f"Found emails {emails}")
users = UserModel.objects.filter(email__in=emails)
print(f"Giving access permissions to {users}")
assign_perm("hunt_access", users, hunt)

0 comments on commit 35537f5

Please sign in to comment.