Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ababhis2 committed Oct 2, 2024
1 parent e265405 commit 8a2cd03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion User Audit/audit_test_full.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def flatten(x, name='', exclude=exclude):
# do this once
if 'meta' in users_response and pages == -1:
pages = users_response['meta']['pages']
print("Page", page, "of", pages)
if page >= pages:
break
page += 1
Expand Down

0 comments on commit 8a2cd03

Please sign in to comment.