Skip to content

Commit

Permalink
remove printf debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Sep 27, 2023
1 parent 16946bd commit 664a451
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/delete-unused-users.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ async def main():
for i, username in enumerate(to_delete):
print(f'{i+1} of {len(to_delete)}: deleting {username}')
if not args.dry_run:
print('should not be here!!!')
await hub.delete_user(username)
else:
print('Skipped due to dry run.')
Expand Down

0 comments on commit 664a451

Please sign in to comment.