Skip to content

Commit e07b092

Browse files
committed
Remove commented code
Signed-off-by: Fabio José <[email protected]>
1 parent 69cec67 commit e07b092

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/http_binding_0_1.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ describe("HTTP Transport Binding - Version 0.1", () => {
3232
it("requires '" + contentType + "' Content-Type in header", () => {
3333
return httpstructured_0_1.emit(cloudevent)
3434
.then(response => {
35-
//console.log(response.config);
3635
expect(response.config.headers['Content-Type'])
3736
.to.equal(contentType);
3837
});

0 commit comments

Comments
 (0)