Skip to content

Commit

Permalink
remove errant print
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-whitwell committed Nov 1, 2024
1 parent 44309f3 commit 27ab85e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/runbooks/cloud9/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def cleanup_redis(**kwargs) -> None:
clusters = get_redis_clusters()
for cluster in clusters:
cleanup_security_groups([clusters[cluster]["security_group_id"]], 6379)
print("")


def cleanup_postgres(**kwargs) -> None:
Expand Down

0 comments on commit 27ab85e

Please sign in to comment.