Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdijk committed Nov 28, 2024
1 parent ff15ed9 commit cde7c29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ldb/google.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def get_groups_by_user_key(userKey) -> list:

transitive_groups = search_transitive_groups(service, userKey, 50)
for group in transitive_groups:
print("group:", group)
groups.append(group["groupKey"]["id"])

# Replace "@ch.tudelft.nl" from the group names
Expand Down

0 comments on commit cde7c29

Please sign in to comment.