Skip to content

Commit 5a11f04

Browse files
committed
fix: TT-156 remove debug statements
1 parent 3d5fe42 commit 5a11f04

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

utils/azure_users.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,6 @@ def get_groups_and_users(self):
203203
item['displayName'],
204204
[member['objectId'] for member in item['members']],
205205
)
206-
# from pprint import pprint
207-
# pprint(response.json()['value'])
208-
print(1)
209206
result = list(map(parse_item, response.json()['value']))
210207
return result
211208

0 commit comments

Comments
 (0)