Skip to content

Commit 233084f

Browse files
committed
remove test logs
1 parent 2bd019f commit 233084f

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

test/integration/bindings.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ describe("BindingGenerator", () => {
11241124
],
11251125
}),
11261126
);
1127-
console.log(new XdrString("line\u2028sep\u2029end").toString());
1127+
11281128
const spec = new contract.Spec([errorSpec.toXdr("base64")]);
11291129
const result = BindingGenerator.fromSpec(spec).generate(defaultOptions);
11301130

@@ -1154,7 +1154,6 @@ describe("BindingGenerator", () => {
11541154
const result = BindingGenerator.fromSpec(spec).generate(defaultOptions);
11551155

11561156
// Backslashes should be double-escaped
1157-
console.log(result.types);
11581157
expect(result.types).toContain("path\\\\to\\\\file");
11591158
});
11601159

test/unit/base/transaction_builder.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2193,7 +2193,6 @@ describe("setMinAccountSequenceAge", () => {
21932193
})
21942194
.addOperation(op)
21952195
.setMinAccountSequenceAge(BigInt(0));
2196-
console.log(transactionBuilder.build().minAccountSequenceAge);
21972196
expect(
21982197
TransactionBuilder.cloneFrom(transactionBuilder.build())
21992198
.minAccountSequenceAge,

0 commit comments

Comments
 (0)