commit b73accfe4a5a328fbbebcc9bdfd9b4740af90058
parent e3bdfe61a8907704d8eb787acaf6e63253a905f9
Author: Florian Dold <florian@dold.me>
Date: Tue, 14 Feb 2023 13:11:04 +0100
-remove bad logging
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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)) {