Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Apr 22, 2024
1 parent ca61770 commit fe4ad74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bibigrid/core/actions/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def start_vpn_or_master(self, configuration, provider):
# create a server and block until it is up and running
server = provider.create_server(name=name, flavor=flavor, key_name=self.key_name, image=image, network=network,
volumes=volumes, security_groups=configuration["security_groups"], wait=True)
print("MASTER", server)
configuration["private_v4"] = server["private_v4"]
self.log.debug(f"Created Server {name}: {server['private_v4']}.")
# get mac address for given private address
Expand Down

0 comments on commit fe4ad74

Please sign in to comment.