Skip to content

Commit

Permalink
test: ✅ remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
binsee committed Oct 11, 2023
1 parent fdef1fc commit 338ee42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/http2.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,11 @@ test('Should support H2 connection(POST Buffer)', async t => {

const sendBody = 'hello!'
const body = []
console.log(`before request ${sendBody}`)
const response = await client.request({
path: '/',
method: 'POST',
body: sendBody
})
console.log(`after request ${sendBody}`)

response.body.on('data', chunk => {
body.push(chunk)
Expand Down

0 comments on commit 338ee42

Please sign in to comment.