Skip to content

Commit 5d0c474

Browse files
committed
chore: remove debug printouts from test
1 parent 4b788c5 commit 5d0c474

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/node/opentelemetry-instrumentation-aws-lambda/test/integrations/lambda-handler.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,6 @@ describe('lambda handler', () => {
11011101
span.attributes[ATTR_URL_FULL],
11021102
'http://www.example.com/lambda/test/path?key=value'
11031103
);
1104-
console.log(span);
11051104
});
11061105
it('pulls url from api gateway http events', async () => {
11071106
initializeHandler('lambda-test/sync.handler');
@@ -1123,7 +1122,6 @@ describe('lambda handler', () => {
11231122
span.attributes[ATTR_URL_FULL],
11241123
'http://www.example.com:1234/lambda/test/path?key=value'
11251124
);
1126-
console.log(span);
11271125
});
11281126
});
11291127
});

0 commit comments

Comments
 (0)