Skip to content

Commit

Permalink
Merge pull request #5100 from shaneknapp/remove-old-code
Browse files Browse the repository at this point in the history
remove an old commented out line
  • Loading branch information
shaneknapp authored Oct 4, 2023
2 parents 8220cb1 + 57b8f8e commit 76cbadf
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 @@ -108,7 +108,6 @@ def main(args):
delete_user(args.hub_url, user['name'])
else:
logger.warning(f"Skipped {user['name']} due to dry run.")
# await delete_user(hub, user, count)

count -= 1
print(f"Deleted {count} total users from the ORM.")
Expand Down

0 comments on commit 76cbadf

Please sign in to comment.