Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea authored and AbhiPrasad committed Jul 10, 2023
1 parent 3750e68 commit 9e6c6ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/node/src/integrations/undici/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ export class Undici implements Integration {
return decision;
};

// eslint-disable-next-line no-console
console.log(stringUrl, shouldAttachTraceData(stringUrl), span);
if (shouldAttachTraceData(stringUrl)) {
if (span) {
const dynamicSamplingContext = span?.transaction?.getDynamicSamplingContext();
Expand Down

0 comments on commit 9e6c6ef

Please sign in to comment.