lib/new_relic/agent/instrumentation/thread.rb in newrelic_rpm-9.14.0 vs lib/new_relic/agent/instrumentation/thread.rb in newrelic_rpm-9.15.0

- old
+ new

@@ -7,11 +7,9 @@ DependencyDetection.defer do named :thread executes do - NewRelic::Agent.logger.info('Installing Thread Instrumentation') - if use_prepend? prepend_instrument Thread, NewRelic::Agent::Instrumentation::MonitoredThread::Prepend else chain_instrument NewRelic::Agent::Instrumentation::MonitoredThread::Chain end