Remove debug print

This commit is contained in:
aycabta 2019-06-14 08:45:52 +09:00
parent d0e5564140
commit 9402d019a5

View File

@ -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