mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove debug print
This commit is contained in:
parent
d0e5564140
commit
9402d019a5
1 changed files with 0 additions and 4 deletions
|
@ -379,10 +379,6 @@ module Reline
|
||||||
result = @@key_stroke.match_status(buffer)
|
result = @@key_stroke.match_status(buffer)
|
||||||
case result
|
case result
|
||||||
when :matched
|
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) })
|
block.(@@key_stroke.expand(buffer).map{ |c| Reline::Key.new(c, c, false) })
|
||||||
break
|
break
|
||||||
when :matching
|
when :matching
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue