From 71e7964ce5ce0815ce9c9d57fce698021d51406e Mon Sep 17 00:00:00 2001 From: XaverStiensmeier Date: Wed, 7 Aug 2024 14:45:25 +0200 Subject: [PATCH] removed print --- bibigrid/core/actions/create.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bibigrid/core/actions/create.py b/bibigrid/core/actions/create.py index 29538da3..7c15144f 100644 --- a/bibigrid/core/actions/create.py +++ b/bibigrid/core/actions/create.py @@ -281,7 +281,6 @@ def initialize_instances(self): wait_for_services_commands = [ (wait_for_service_command.format(service=service), wait_for_service_message.format(service=service)) for service in configuration.get("waitForServices", [])] - print(wait_for_services_commands) ssh_data["commands"] = ( wait_for_services_commands + self.ssh_add_public_key_commands + ssh_handler.ANSIBLE_SETUP) ssh_data["filepaths"] = [(ssh_data["private_key"], ssh_handler.PRIVATE_KEY_FILE)]