From 5ae347624f3ba049a6af02270f8e454091906f52 Mon Sep 17 00:00:00 2001 From: Sam Ruby Date: Tue, 1 Mar 2016 11:24:30 -0500 Subject: [PATCH] Delete CTRL-C message as is duplicates Puma --- railties/lib/rails/commands/server.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/railties/lib/rails/commands/server.rb b/railties/lib/rails/commands/server.rb index 27cbaf360a..d7597a13e1 100644 --- a/railties/lib/rails/commands/server.rb +++ b/railties/lib/rails/commands/server.rb @@ -114,8 +114,6 @@ module Rails puts "=> Booting #{ActiveSupport::Inflector.demodulize(server)}" puts "=> Rails #{Rails.version} application starting in #{Rails.env} on #{url}" puts "=> Run `rails server -h` for more startup options" - - puts "=> Ctrl-C to shutdown server" unless options[:daemonize] end def create_cache_file