Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
rleber committed Jun 27, 2011
1 parent 5770ec8 commit 4e36b1f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/highline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e36b1f

Please sign in to comment.