Skip to content

Commit

Permalink
fix: remove unneeded line
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed Nov 23, 2022
1 parent 4ee098f commit 05916e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/vagrant-zones/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 05916e9

Please sign in to comment.