Skip to content

Commit 13066fc

Browse files
committed
Remove unnecessary logging from Undici request and delete obsolete AWS mTLS integration tests
1 parent cfaabc8 commit 13066fc

File tree

2 files changed

+0
-540
lines changed

2 files changed

+0
-540
lines changed

src/appmixer/utils/http/http-commons.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,6 @@ async function sendWithUndici(context, method, options) {
417417

418418
const responseData = await responseBody.json();
419419

420-
await context.log({ step: 'Undici request successful: ' + method, statusCode });
421-
422420
return {
423421
statusCode,
424422
headers: responseHeaders,

0 commit comments

Comments
 (0)