Skip to content

Commit

Permalink
Silence a (probable) debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu authored and aycabta committed Jul 14, 2019
1 parent 2917573 commit e1a7a04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
end

class Reline::TestCase < Test::Unit::TestCase
=begin
puts "Test encoding is #{RELINE_TEST_ENCODING}"
=end

private def convert_str(input, options = {}, normalized = nil)
return nil if input.nil?
Expand Down

0 comments on commit e1a7a04

Please sign in to comment.