Skip to content

Commit 9e6c6ef

Browse files
mydeaAbhiPrasad
authored andcommitted
remove console log
1 parent 3750e68 commit 9e6c6ef

File tree

1 file changed

+0
-2
lines changed
  • packages/node/src/integrations/undici

1 file changed

+0
-2
lines changed

packages/node/src/integrations/undici/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ export class Undici implements Integration {
167167
return decision;
168168
};
169169

170-
// eslint-disable-next-line no-console
171-
console.log(stringUrl, shouldAttachTraceData(stringUrl), span);
172170
if (shouldAttachTraceData(stringUrl)) {
173171
if (span) {
174172
const dynamicSamplingContext = span?.transaction?.getDynamicSamplingContext();

0 commit comments

Comments
 (0)