Skip to content

Commit

Permalink
remove console.log in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jodevsa committed Oct 23, 2021
1 parent 63d8bf7 commit 72c7b65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/parallel/test-http-upgrade-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ server.listen(0, common.mustCall(function() {
assert.strictEqual(recvData.toString(), expectedRecvData);
}));

console.log(res.headers);
const expectedHeaders = {
hello: 'world',
connection: 'upgrade',
Expand Down

0 comments on commit 72c7b65

Please sign in to comment.