gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-wallet-core] branch master updated: wallet: remove excessive logging
Date: Thu, 24 Mar 2022 01:13:52 +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 454b55aa wallet: remove excessive logging
454b55aa is described below

commit 454b55aa56034f0599f88e92e0475f5928486ce7
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Mar 24 01:13:40 2022 +0100

    wallet: remove excessive logging
---
 packages/taler-wallet-core/src/crypto/workers/synchronousWorker.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/crypto/workers/synchronousWorker.ts 
b/packages/taler-wallet-core/src/crypto/workers/synchronousWorker.ts
index a5f154e9..90222267 100644
--- a/packages/taler-wallet-core/src/crypto/workers/synchronousWorker.ts
+++ b/packages/taler-wallet-core/src/crypto/workers/synchronousWorker.ts
@@ -51,7 +51,6 @@ export class SynchronousCryptoWorker {
       logger.info("using RPC for some crypto operations");
       const rpc = (this.rpcClient = new CryptoRpcClient());
       this.cryptoImplR.eddsaSign = async (_, req) => {
-        logger.info("calling RPC impl of eddsaSign");
         return await rpc.queueRequest({
           op: "eddsa_sign",
           args: {

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