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); });