From c30f67e790cf6058ce650fa498b1bb0c36605032 Mon Sep 17 00:00:00 2001 From: Ilya Raykker Date: Tue, 24 Sep 2024 08:50:43 +0200 Subject: [PATCH] Remove debug output --- integration-tests/test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration-tests/test.ts b/integration-tests/test.ts index 636603086..c6970dd7c 100644 --- a/integration-tests/test.ts +++ b/integration-tests/test.ts @@ -604,8 +604,6 @@ describe("GovMsgVote", () => { } expect(tx.code).toBe(TxResultCode.Success); - console.log(JSON.stringify(tx, null, 2)); - const { attributes } = tx.events.find((x) => x.type === "proposal_vote"); const proposal_id = attributes.find((x) => x.key === "proposal_id"); expect(proposal_id).toStrictEqual({