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 bad logging


From: gnunet
Subject: [taler-wallet-core] branch master updated: -remove bad logging
Date: Tue, 14 Feb 2023 13:11:09 +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 b73accfe4 -remove bad logging
b73accfe4 is described below

commit b73accfe4a5a328fbbebcc9bdfd9b4740af90058
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Feb 14 13:11:04 2023 +0100

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

diff --git a/packages/taler-wallet-core/src/operations/transactions.ts 
b/packages/taler-wallet-core/src/operations/transactions.ts
index 277c219e1..3cefd2c4d 100644
--- a/packages/taler-wallet-core/src/operations/transactions.ts
+++ b/packages/taler-wallet-core/src/operations/transactions.ts
@@ -959,8 +959,6 @@ export async function getTransactions(
         transactions.push(buildTransactionForPullPaymentDebit(pi));
       });
 
-      logger.info(`tx request: ${j2s(transactionsRequest)}`);
-
       if (transactionsRequest?.includeRefreshes) {
         tx.refreshGroups.iter().forEachAsync(async (rg) => {
           if (shouldSkipCurrency(transactionsRequest, rg.currency)) {

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