Skip to content

Commit c60f336

Browse files
committed
remove unnecessary console log statement
1 parent c25a39d commit c60f336

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/alb.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ describe('ALB Tests', async () => {
235235
})
236236
assert.equal(ret.statusCode, 200)
237237
assert.equal(ret.body, '{"hello":"world"}')
238-
console.log(JSON.stringify(ret.multiValueHeaders))
239238
assert.ok(ret.multiValueHeaders)
240239
assert.equal(
241240
ret.headers['content-type'],

0 commit comments

Comments
 (0)