summaryrefslogtreecommitdiff
path: root/test/reline
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2019-08-18 08:04:06 +0900
committeraycabta <aycabta@gmail.com>2019-08-18 08:05:14 +0900
commit50623f3df0c1c82d6995053000285c208835efe8 (patch)
tree7450171546d12e0d493325c8d5d6bc938fdf0e1b /test/reline
parent113a5c1e1dc8a16e4c8d19af3c9d091eb90826f3 (diff)
Remove commented out debug print
Diffstat (limited to 'test/reline')
-rw-r--r--test/reline/helper.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/reline/helper.rb b/test/reline/helper.rb
index e6587b30f6..714142c054 100644
--- a/test/reline/helper.rb
+++ b/test/reline/helper.rb
@@ -10,10 +10,6 @@ RELINE_TEST_ENCODING ||=
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?
input.chars.map { |c|