Skip to content

Commit

Permalink
remove info message about signalfx-tracing (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk authored Oct 28, 2021
1 parent 0e84cd6 commit 941f1a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tracing.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
};
Expand Down

0 comments on commit 941f1a7

Please sign in to comment.