taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 26a2a1c094194fed84c3227bc0b91540d31637cc
parent 5ca3c7878da9a495c67ea7faed91c8dbce04e603
Author: Florian Dold <florian@dold.me>
Date:   Thu,  7 Mar 2024 11:37:53 +0100

-remove excessive logging

Diffstat:
Mpackages/taler-wallet-core/src/coinSelection.ts | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/packages/taler-wallet-core/src/coinSelection.ts b/packages/taler-wallet-core/src/coinSelection.ts @@ -554,7 +554,6 @@ function selectGreedy( selectedDenom[avKey] = sd; } } - logger.info(`greedy tally: ${j2s(tally)}`); return Amounts.isZero(tally.amountPayRemaining) ? selectedDenom : undefined; } @@ -813,7 +812,6 @@ async function selectPayCandidates( }); } } - logger.info(`available denoms ${j2s(denoms)}`); // Sort by available amount (descending), deposit fee (ascending) and // denomPub (ascending) if deposit fee is the same // (to guarantee deterministic results)