Skip to content

Commit

Permalink
Update tools/tokenserver/purge_old_records.py
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Jenvey <[email protected]>
  • Loading branch information
jrconlin and pjenvey authored Jan 17, 2024
1 parent c7f6323 commit c0de9e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/tokenserver/purge_old_records.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ def purge_old_records(secret, grace_period=-1, max_per_loop=10, max_offset=0,
elif not row.downed:
logger.info("Purging uid %s on %s", row.uid, row.node)
if settings and not settings.dryrun:
pass
else:
delete_service_data(
row,
secret,
Expand Down

0 comments on commit c0de9e1

Please sign in to comment.