gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 02/02: remove more bad logging


From: gnunet
Subject: [taler-wallet-core] 02/02: remove more bad logging
Date: Thu, 14 Nov 2019 17:25:03 +0100

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

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

commit 25c68d44872bf285a9dfb65f3a7234fb5e99583c
Author: Florian Dold <address@hidden>
AuthorDate: Thu Nov 14 17:22:29 2019 +0100

    remove more bad logging
---
 src/android/index.ts | 1 -
 src/wallet.ts        | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/android/index.ts b/src/android/index.ts
index d3f5cd0d..b8bb77e0 100644
--- a/src/android/index.ts
+++ b/src/android/index.ts
@@ -203,7 +203,6 @@ export function installAndroidWalletListener() {
     }
 
     const respMsg = { result, id, operation, type: "response" };
-    console.log("sending message back", respMsg);
     sendMessage(JSON.stringify(respMsg));
   };
   // @ts-ignore
diff --git a/src/wallet.ts b/src/wallet.ts
index c73af906..bbeaca60 100644
--- a/src/wallet.ts
+++ b/src/wallet.ts
@@ -2355,7 +2355,7 @@ export class Wallet {
     tx.iter(Stores.reserves).fold(collectPaybacks, balanceStore);
     tx.iter(Stores.purchases).fold(collectPayments, balanceStore);
     await tx.finish();
-    console.log("computed balances:", balanceStore)
+    Wallet.enableTracing && console.log("computed balances:", balanceStore)
     return balanceStore;
   }
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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