Commit 845cad1a8286a00cc1ec48ec3f111d212248b050

Authored by Rodrigo Souto
Committed by Victor Costa
1 parent beb6bfa0

initializers: remove newrelic old way of loading

This should be done now through a custom Gemfile on config/.
Check 52bb8ba.
Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
config/initializers/newrelic.rb
... ... @@ -1,2 +0,0 @@
1   -# Load newrelic agent if its config file is defined.
2   -require 'newrelic_rpm' if File.exist?(File.dirname(__FILE__) + '/../newrelic.yml')