diff --git a/test/bindings/http/receiver_strutured_0_3_test.js b/test/bindings/http/receiver_strutured_0_3_test.js index 5c70cad..a6caf7c 100644 --- a/test/bindings/http/receiver_strutured_0_3_test.js +++ b/test/bindings/http/receiver_strutured_0_3_test.js @@ -111,8 +111,6 @@ describe("HTTP Transport Binding Structured Receiver for CloudEvents v0.3", () = "Content-Type" : "application/cloudevents+json" }; - console.log(payload); - // act and assert expect(receiver.parse.bind(receiver, payload, attributes)) .to.throw("invalid payload");