From 4e36b1f0ae519f32133f53296f9096ebb2c62067 Mon Sep 17 00:00:00 2001 From: Richard LeBer Date: Sun, 26 Jun 2011 21:50:35 -0400 Subject: [PATCH] Remove debugging code --- lib/highline.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/highline.rb b/lib/highline.rb index 61f2a37f..482c5aaa 100644 --- a/lib/highline.rb +++ b/lib/highline.rb @@ -357,9 +357,7 @@ def self.color_code(*colors) c end end - res = colors.flatten.join - $stderr.puts "HighLine.color_code(#{original_colors.map{|color| color.inspect}.join(',')}) => #{res.inspect}" - res + colors.flatten.join end # Works as an instance method, same as the class method