Skip to content

Commit

Permalink
Merge pull request fog#470 from ShamoX/remove_binding.pry
Browse files Browse the repository at this point in the history
Remove binding.pry statement and related.
  • Loading branch information
aufi authored Jan 11, 2019
2 parents 5025d6a + 856f227 commit f87272e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/fog/openstack/planning/planning.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ def self.[](service)
end

def self.new(attributes)
require 'pry-byebug'
binding.pry

attributes = attributes.dup # Prevent delete from having side effects
service = attributes.delete(:service).to_s.downcase.to_sym
if services.include?(service)
Expand Down

0 comments on commit f87272e

Please sign in to comment.