Skip to content

Commit

Permalink
Remove dbgs from Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Dec 23, 2010
1 parent ab59dc4 commit 5e9083e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ module RubyImpls
def self.find_ruby_impls
rubys = `rvm list`.gsub(/=>/,'').split(/\n/).sort
expected.map { |impl|
puts "DBG: impl=#{impl.inspect}"
last = rubys.grep(Regexp.new(Regexp.quote(impl))).last
last ? last.split.first : nil
}.compact
Expand Down

0 comments on commit 5e9083e

Please sign in to comment.