From bebb3b0e97984763258444c59c2fd21cc389152b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Sun, 4 Aug 2019 13:44:59 -0300 Subject: [PATCH] remove console.log MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- test/bindings/http/receiver_strutured_0_3_test.js | 2 -- 1 file changed, 2 deletions(-) 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");