Skip to content

Commit

Permalink
Merge pull request #18959 from phillbaker/cleanup/server-log-path
Browse files Browse the repository at this point in the history
Remove unused Rails::Server#log_path
  • Loading branch information
carlosantoniodasilva committed Feb 16, 2015
2 parents d9f8b58 + e2530ca commit 4954417
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions railties/lib/rails/commands/server.rb
Expand Up @@ -91,10 +91,6 @@ def middleware
Hash.new(middlewares)
end

def log_path
"log/#{options[:environment]}.log"
end

def default_options
super.merge({
Port: 3000,
Expand Down

0 comments on commit 4954417

Please sign in to comment.