removing pry call

This commit is contained in:
Ben Keith 2014-02-17 11:20:36 -05:00
parent e31815abe5
commit 62f767a146

View File

@ -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