From 155606fcffc72bff94e5bcf372da70efd8f35203 Mon Sep 17 00:00:00 2001 From: dima Date: Thu, 15 Aug 2013 02:03:33 +0200 Subject: [PATCH] remove not require puts --- lib/vagrant-libvirt/action/read_ssh_info.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/vagrant-libvirt/action/read_ssh_info.rb b/lib/vagrant-libvirt/action/read_ssh_info.rb index 7899bbf..1b90b24 100644 --- a/lib/vagrant-libvirt/action/read_ssh_info.rb +++ b/lib/vagrant-libvirt/action/read_ssh_info.rb @@ -34,7 +34,6 @@ module VagrantPlugins ip_address = nil domain.wait_for(2) { addresses.each_pair do |type, ip| - puts ip ip_address = ip[0] if ip[0] != nil end ip_address != nil