Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Aug 7, 2024
1 parent 3f7c65c commit 71e7964
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 @@ -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)]
Expand Down

0 comments on commit 71e7964

Please sign in to comment.