Remove commented code

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2018-11-14 21:23:10 -02:00
parent 69cec67827
commit e07b09251d
1 changed files with 0 additions and 1 deletions

View File

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