lib/new_relic/control/frameworks/rails.rb in newrelic_rpm-3.6.0.83 vs lib/new_relic/control/frameworks/rails.rb in newrelic_rpm-3.6.1.85.beta

- old
+ new

@@ -57,10 +57,9 @@ if !Agent.config[:agent_enabled] # Might not be running if it does not think mongrel, thin, passenger, etc # is running, if it thinks it's a rake task, or if the agent_enabled is false. ::NewRelic::Agent.logger.info("New Relic Agent not running.") else - ::NewRelic::Agent.logger.info("Starting the New Relic Agent.") install_developer_mode(rails_config) if Agent.config[:developer_mode] install_browser_monitoring(rails_config) install_agent_hooks(rails_config) end end