Skip to content

Commit

Permalink
remove extra print out
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Jun 12, 2024
1 parent 7354839 commit bb7af2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cleanup-old-results
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ def clean_up_results(earliest_date ):
else:
print( 'Deleting: %s because it was too old' % cdir )
getstatusoutput("rm -rf %s" % cdir)
else:
print("Keeping %s" % cdir)
return

def cleanup_old_releases(data):
Expand Down

0 comments on commit bb7af2f

Please sign in to comment.