From 05916e9a89b488e1f5e414e34daebff233765096 Mon Sep 17 00:00:00 2001 From: Mark Gilbert <50398495+MarkProminic@users.noreply.github.com> Date: Tue, 22 Nov 2022 20:57:23 -0600 Subject: [PATCH] fix: remove unneeded line --- lib/vagrant-zones/driver.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/vagrant-zones/driver.rb b/lib/vagrant-zones/driver.rb index b310b96..bf092a1 100644 --- a/lib/vagrant-zones/driver.rb +++ b/lib/vagrant-zones/driver.rb @@ -263,7 +263,6 @@ def vname(uii, opts) def get_ip_address(_function) config = @machine.provider_config name = @machine.name - # uii.info(I18n.t('vagrant_zones.get_ip_address')) if config.debug @machine.config.vm.networks.each do |_adaptertype, opts| responses = [] nic_type = nictype(opts)