[DRE-commits] [vagrant-libvirt] 10/77: removing pry call

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:56:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to annotated tag 0.0.17
in repository vagrant-libvirt.

commit 62f767a1463531e140b2bd37759f20c98921c485
Author: Ben Keith <keitwb at gmail.com>
Date:   Mon Feb 17 11:20:36 2014 -0500

    removing pry call
---
 lib/vagrant-libvirt/action/read_state.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/vagrant-libvirt/action/read_state.rb b/lib/vagrant-libvirt/action/read_state.rb
index 9cd0e47..7e62fff 100644
--- a/lib/vagrant-libvirt/action/read_state.rb
+++ b/lib/vagrant-libvirt/action/read_state.rb
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git



More information about the Pkg-ruby-extras-commits mailing list