Skip to content

Commit

Permalink
removed forgotten print
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Nov 30, 2024
1 parent 5baceed commit 62aca95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bibigrid/core/actions/terminate.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def terminate_servers(cluster_id, provider, log):
cluster_server_state = []
server_regex = re.compile(fr"^bibigrid-(master-{cluster_id}|(worker|vpngtw)-{cluster_id}-\d+)$")
for server in server_list:
print(server["name"])
if server_regex.match(server["name"]):
log.info("Trying to terminate Server %s on cloud %s.", server['name'],
provider.cloud_specification['identifier'])
Expand Down

0 comments on commit 62aca95

Please sign in to comment.