diff --git a/lib/irb/ext/save-history.rb b/lib/irb/ext/save-history.rb index 4ef6dbbd4e..f7247898ab 100644 --- a/lib/irb/ext/save-history.rb +++ b/lib/irb/ext/save-history.rb @@ -75,7 +75,6 @@ module IRB open(history_file) do |f| f.each { |l| l = l.chomp - $stderr.puts l.inspect if history.last&.end_with?("\\") history.last.delete_suffix!("\\") history.last << "\n" << l