From b73accfe4a5a328fbbebcc9bdfd9b4740af90058 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 14 Feb 2023 13:11:04 +0100 Subject: -remove bad logging --- packages/taler-wallet-core/src/operations/transactions.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'packages') 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)) { -- cgit v1.2.3