summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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