From 5e9083e75404184d483a085d315bcd554ba9a930 Mon Sep 17 00:00:00 2001 From: Jim Weirich Date: Thu, 23 Dec 2010 11:48:15 -0500 Subject: [PATCH] Remove dbgs from Rakefile --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index a85b478..2eec08d 100644 --- a/Rakefile +++ b/Rakefile @@ -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