Skip to content

Commit

Permalink
cleanup log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
twwu123 committed Sep 2, 2024
1 parent 75c54a0 commit ee4b1c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/mesh-transaction/test/mesh-tx-builder/tx.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ describe("MeshTxBuilder transactions", () => {
.setNetwork("preprod")
.completeSync();

console.log(txHex);
expect(txHex !== "").toBeTruthy();
});

Expand Down Expand Up @@ -100,7 +99,6 @@ describe("MeshTxBuilder transactions", () => {
.setNetwork("preprod")
.completeSync();

console.log(txHex);
expect(txHex !== "").toBeTruthy();
});
});

0 comments on commit ee4b1c0

Please sign in to comment.