remove more bad logging
This commit is contained in:
parent
52f162a3ef
commit
25c68d4487
@ -203,7 +203,6 @@ export function installAndroidWalletListener() {
|
||||
}
|
||||
|
||||
const respMsg = { result, id, operation, type: "response" };
|
||||
console.log("sending message back", respMsg);
|
||||
sendMessage(JSON.stringify(respMsg));
|
||||
};
|
||||
// @ts-ignore
|
||||
|
@ -2355,7 +2355,7 @@ export class Wallet {
|
||||
tx.iter(Stores.reserves).fold(collectPaybacks, balanceStore);
|
||||
tx.iter(Stores.purchases).fold(collectPayments, balanceStore);
|
||||
await tx.finish();
|
||||
console.log("computed balances:", balanceStore)
|
||||
Wallet.enableTracing && console.log("computed balances:", balanceStore)
|
||||
return balanceStore;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user