mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
removing pry call
This commit is contained in:
parent
e31815abe5
commit
62f767a146
@ -29,7 +29,6 @@ module VagrantPlugins
|
||||
return :not_created
|
||||
end
|
||||
rescue Libvirt::RetrieveError => e
|
||||
require 'pry'; binding.pry
|
||||
if e.libvirt_code == ProviderLibvirt::Util::ErrorCodes::VIR_ERR_NO_DOMAIN
|
||||
@logger.info("Machine #{machine.id} not found.")
|
||||
machine.id = nil
|
||||
|
Loading…
Reference in New Issue
Block a user