mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
remove not require puts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user