Skip to content

Commit

Permalink
remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
aakritigupta committed Dec 27, 2016
1 parent 6c499a8 commit 563112a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/dpl/provider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def self.experimental(name)
def self.requires(name, options = {})
version = options[:version] || '> 0'
load = options[:load] || name
puts "about to install #{name}"
gem(name, version)
rescue LoadError
context.shell("gem install %s -v %p --no-ri --no-rdoc #{'--pre' if options[:pre]}" % [name, version], retry: true)
Expand Down

0 comments on commit 563112a

Please sign in to comment.