From 9402d019a51cf74cd6fceab534d4f1bde23a75e7 Mon Sep 17 00:00:00 2001 From: aycabta Date: Fri, 14 Jun 2019 08:45:52 +0900 Subject: [PATCH] Remove debug print --- lib/reline.rb | 4 ---- 1 file changed, 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