From 941f1a7b019444130b92ac1a9e4cc90a4e372a01 Mon Sep 17 00:00:00 2001 From: Siim Kallas Date: Thu, 28 Oct 2021 11:47:48 +0300 Subject: [PATCH] remove info message about signalfx-tracing (#74) --- lib/tracing.js | 1 - 1 file changed, 1 deletion(-) 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(); };