diff --git a/lib/tracing.js b/lib/tracing.js index c32be8b..5897c60 100644 --- a/lib/tracing.js +++ b/lib/tracing.js @@ -12,7 +12,6 @@ try { } if (tracing.withNonReportingScope === undefined) { - logger.info('signalfx-tracing not found or was an older version than 0.9.0.'); tracing.withNonReportingScope = function (callback) { return callback(); };