Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vitobotta committed Sep 22, 2023
1 parent dc98887 commit 2dd01a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/util/ssh.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2dd01a8

Please sign in to comment.