From 25c68d44872bf285a9dfb65f3a7234fb5e99583c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 14 Nov 2019 17:22:29 +0100 Subject: remove more bad logging --- src/wallet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet.ts') diff --git a/src/wallet.ts b/src/wallet.ts index c73af9062..bbeaca601 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; } -- cgit v1.2.3