8000 Remove console output · lance/sdk-javascript@8e0371b · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e0371b

Browse files
committed
Remove console output
Signed-off-by: Fabio José <fabiojose@gmail.com>
1 parent 4648305 commit 8e0371b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/bindings/http/receiver_structured_1_test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,17 +195,13 @@ describe("HTTP Transport Binding Structured Receiver for CloudEvents v1.0", () =
195195
.data(bindata)
196196
.format();
197197

198-
console.log(payload);
199-
200198
var headers = {
201199
"content-type":"application/cloudevents+json"
202200
};
203201

204202
// act
205203
var actual = receiver.parse(JSON.stringify(payload), headers);
206204

207-
console.log(actual);
208-
209205
// assert
210206
expect(actual.getData()).to.equal(expected);
211207
});

0 commit comments

Comments
 (0)
0