Skip to content

Commit

Permalink
Delete CTRL-C message as is duplicates Puma
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Mar 1, 2016
1 parent ecdc0fb commit 5ae3476
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions railties/lib/rails/commands/server.rb
Expand Up @@ -114,8 +114,6 @@ def print_boot_information
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
Expand Down

0 comments on commit 5ae3476

Please sign in to comment.