diff --git a/lib/vagrant-libvirt/driver.rb b/lib/vagrant-libvirt/driver.rb index 3a1b4ab..42b6e88 100644 --- a/lib/vagrant-libvirt/driver.rb +++ b/lib/vagrant-libvirt/driver.rb @@ -234,7 +234,6 @@ module VagrantPlugins @logger.debug(response) addresses = JSON.parse(response) rescue StandardError => e - puts "Unable to receive IP via qemu agent: [#{e.message}]" @logger.debug("Unable to receive IP via qemu agent: [#{e.message}]") end