Commit 50c398652396ee4e8b716d0d956a8ac1be411589

Authored by Rodrigo Souto
1 parent a3c427e8

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')