Skip to content

Commit 399a2e2

Browse files
committed
cleanup logs
1 parent 8fa43d9 commit 399a2e2

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
@@ -2177,8 +2177,6 @@ class Client {
21772177
id: 'to_be_filled_in'
21782178
};
21792179

2180-
console.log('JSONRepresentation', JSONRepresentation);
2181-
21822180
const BINRepresentation = this.getTransactionBINrepresentation(JSONRepresentation, 1);
21832181

21842182
const transaction_size_in_bytes = BigInt(Math.ceil(BINRepresentation.transactionsize));
@@ -2524,10 +2522,6 @@ class Client {
25242522
}
25252523
}
25262524

2527-
console.log('inputsArray', inputsArray);
2528-
console.log('outputsArray', outputsArray);
2529-
2530-
25312525
const transactionsize = estimate_transaction_size(
25322526
mergeUint8Arrays(inputsArray),
25332527
inputAddresses,

0 commit comments

Comments
 (0)