gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 01/02: remove console log


From: gnunet
Subject: [taler-wallet-core] 01/02: remove console log
Date: Tue, 01 Oct 2024 20:35:30 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

commit b2006538389161e2d7d9bcb636011390b27f8a83
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Oct 1 15:35:00 2024 -0300

    remove console log
---
 packages/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
index e906603a3..a1a49d1c7 100644
--- 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)}`,
   );
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]