Skip to content

Commit ae8a06d

Browse files
authored
Merge pull request #1178 from swagger-api/shockey-patch-1
Update client.js
2 parents b39272b + e51a4e8 commit ae8a06d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/client.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ describe('http', () => {
3939
}
4040

4141
if (req.headers['x-setcontenttype']) {
42-
console.log('here come dat header', req.headers)
4342
// Allow the test to explicitly set (or unset) a content type
4443
if (req.headers['x-setcontenttype'] === 'none') {
4544
res.removeHeader('Content-Type')

0 commit comments

Comments
 (0)