diff --git a/lib/debug/session.rb b/lib/debug/session.rb index 05dc7f508..ff53610c1 100644 --- a/lib/debug/session.rb +++ b/lib/debug/session.rb @@ -931,7 +931,6 @@ def register_default_command register_command 'eval', 'call' do |arg| if arg == nil || arg.empty? show_help 'eval' - @ui.puts "\nTo evaluate the variable `#{cmd}`, use `pp #{cmd}` instead." :retry else request_eval :call, arg