From e51a4e80ce07cfd7436a6d261123d8d23aeaae41 Mon Sep 17 00:00:00 2001 From: kyle Date: Fri, 3 Nov 2017 17:38:27 -0700 Subject: [PATCH] Update client.js --- test/client.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/client.js b/test/client.js index cdbb275d5..cb0afbd11 100644 --- a/test/client.js +++ b/test/client.js @@ -39,7 +39,6 @@ describe('http', () => { } if (req.headers['x-setcontenttype']) { - console.log('here come dat header', req.headers) // Allow the test to explicitly set (or unset) a content type if (req.headers['x-setcontenttype'] === 'none') { res.removeHeader('Content-Type')