Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Sep 24, 2024
1 parent 71d8654 commit c30f67e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration-tests/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit c30f67e

Please sign in to comment.