mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Delete CTRL-C message as is duplicates Puma
This commit is contained in:
parent
ecdc0fbc87
commit
5ae347624f
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue