Skip to content

Commit

Permalink
Update cleaner-vpc.py
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 authored Jul 25, 2024
1 parent ca37c77 commit 5b892ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/cleanup/cleaner-vpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,4 @@
if vpc['resource_group']['id'] == resource_group_id:
print(resource["created_at"] + " " + resource["name"] + " " + resource["crn"])

print("There were => " + str(idx))

print("[VPCs] - [FINISHED CLEANING]")

0 comments on commit 5b892ff

Please sign in to comment.