Skip to content

Commit

Permalink
removed unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Sep 28, 2023
1 parent 188e170 commit 93cbdd7
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 @@ -64,7 +64,6 @@ def terminate_servers(server_list, cluster_id, provider, log):
server_regex = re.compile(fr"^bibigrid-(master-{cluster_id}+|(worker|vpngtw)-{cluster_id}+-\d+)$")
for server in server_list:
if server_regex.match(server["name"]):
print("Hohoho")
log.info("Trying to terminate Server %s on cloud %s.", server['name'],
provider.cloud_specification['identifier'])
cluster_server_state.append(terminate_server(provider, server, log))
Expand Down

0 comments on commit 93cbdd7

Please sign in to comment.