summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2019-06-14 08:45:52 +0900
committeraycabta <aycabta@gmail.com>2019-06-14 08:45:52 +0900
commit9402d019a51cf74cd6fceab534d4f1bde23a75e7 (patch)
treebf7e456f36396b186e04c5beff83a60d059fed0d /lib
parentd0e5564140356ac6546a41d8a236287d952d563d (diff)
Remove debug print
Diffstat (limited to 'lib')
-rw-r--r--lib/reline.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/reline.rb b/lib/reline.rb
index baed78ed67..ff29a2539b 100644
--- a/lib/reline.rb
+++ b/lib/reline.rb
@@ -379,10 +379,6 @@ module Reline
result = @@key_stroke.match_status(buffer)
case result
when :matched
- if @@key_stroke.expand(buffer).nil?
- $stderr.puts buffer.inspect
- $stderr.puts @@config.key_bindings.inspect
- end
block.(@@key_stroke.expand(buffer).map{ |c| Reline::Key.new(c, c, false) })
break
when :matching