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 logging


From: gnunet
Subject: [taler-wallet-core] branch master updated: -remove logging
Date: Sat, 05 Aug 2023 23:36:36 +0200

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 0547df953 -remove logging
0547df953 is described below

commit 0547df9538657c36d733ff9617704e7c115adefa
Author: Florian Dold <florian@dold.me>
AuthorDate: Sat Aug 5 23:36:32 2023 +0200

    -remove logging
---
 packages/taler-wallet-core/src/wallet.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/wallet.ts 
b/packages/taler-wallet-core/src/wallet.ts
index dfa41d60e..78fb8789e 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -1398,7 +1398,6 @@ async function dispatchRequestInternal<Op extends 
WalletApiOperation>(
       return resp;
     }
     case WalletApiOperation.GetScopedCurrencyInfo: {
-      logger.info(`payload: ${j2s(payload)}`);
       // Ignore result, just validate in this mock implementation
       codecForGetCurrencyInfoRequest().decode(payload);
       const resp: GetCurrencyInfoResponse = {

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