gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: -remove excessive logging


From: gnunet
Subject: [taler-wallet-core] branch master updated: -remove excessive logging
Date: Thu, 07 Mar 2024 11:37:56 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 26a2a1c09 -remove excessive logging
26a2a1c09 is described below

commit 26a2a1c094194fed84c3227bc0b91540d31637cc
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Mar 7 11:37:53 2024 +0100

    -remove excessive logging
---
 packages/taler-wallet-core/src/coinSelection.ts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/packages/taler-wallet-core/src/coinSelection.ts 
b/packages/taler-wallet-core/src/coinSelection.ts
index 87b29a998..98fd0dec1 100644
--- 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)

-- 
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]