Skip to content

Commit

Permalink
Remove unused Rails::Server#log_path
Browse files Browse the repository at this point in the history
  • Loading branch information
phillbaker committed Feb 16, 2015
1 parent b824dfd commit e2530ca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions railties/lib/rails/commands/server.rb
Original file line number Diff line number Diff line change
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 e2530ca

Please sign in to comment.