taler-typescript-core

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

commit b2006538389161e2d7d9bcb636011390b27f8a83
parent 8fb629a7d478292397768ec900f0c00ab4479485
Author: Sebastian <sebasjm@gmail.com>
Date:   Tue,  1 Oct 2024 15:35:00 -0300

remove console log

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

diff --git a/packages/taler-wallet-core/src/withdraw.ts b/packages/taler-wallet-core/src/withdraw.ts @@ -1909,8 +1909,8 @@ async function processQueryReserve( ) { amountChanged = true; } - console.log(`amount change ${j2s(result.response)}`); - console.log( + logger.trace(`amount change ${j2s(result.response)}`); + logger.trace( `amount change ${j2s(withdrawalGroup.denomsSel.totalWithdrawCost)}`, );