From e07b09251dd20f364a43673dd5469f8d8b73f4fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Wed, 14 Nov 2018 21:23:10 -0200 Subject: [PATCH] Remove commented code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- test/http_binding_0_1.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/http_binding_0_1.js b/test/http_binding_0_1.js index 6fc47ca..fdbf0cf 100644 --- a/test/http_binding_0_1.js +++ b/test/http_binding_0_1.js @@ -32,7 +32,6 @@ describe("HTTP Transport Binding - Version 0.1", () => { it("requires '" + contentType + "' Content-Type in header", () => { return httpstructured_0_1.emit(cloudevent) .then(response => { - //console.log(response.config); expect(response.config.headers['Content-Type']) .to.equal(contentType); });