From 2dd01a87a1703beac041edf38b13b4fdb6126066 Mon Sep 17 00:00:00 2001 From: Vito Botta Date: Fri, 22 Sep 2023 19:54:00 +0300 Subject: [PATCH] Cleanup --- src/util/ssh.cr | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/util/ssh.cr b/src/util/ssh.cr index 0f3f66e..2d2a100 100644 --- a/src/util/ssh.cr +++ b/src/util/ssh.cr @@ -35,9 +35,6 @@ class Util::SSH end puts "...server #{server.name} is now up." - puts "...public ip #{server.public_ip_address}" - puts "...private ip #{server.private_ip_address}" - puts "...host ip #{server.host_ip_address} used for deployment" end private def run_command(server, port, command, use_ssh_agent, print_output = true)