Skip to content

Commit ba5a120

Browse files
committed
cleanup logs
1 parent 0bfd32d commit ba5a120

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/sdk/src/mintlayer-connect-sdk.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2131,8 +2131,6 @@ class Client {
21312131
id: 'to_be_filled_in'
21322132
};
21332133

2134-
console.log('JSONRepresentation', JSONRepresentation);
2135-
21362134
const BINRepresentation = this.getTransactionBINrepresentation(JSONRepresentation, 1);
21372135

21382136
const transaction_size_in_bytes = BigInt(Math.ceil(BINRepresentation.transactionsize));
@@ -2478,10 +2476,6 @@ class Client {
24782476
}
24792477
}
24802478

2481-
console.log('inputsArray', inputsArray);
2482-
console.log('outputsArray', outputsArray);
2483-
2484-
24852479
const transactionsize = estimate_transaction_size(
24862480
mergeUint8Arrays(inputsArray),
24872481
inputAddresses,

0 commit comments

Comments
 (0)