-remove bad logging
This commit is contained in:
parent
e3bdfe61a8
commit
b73accfe4a
@ -959,8 +959,6 @@ export async function getTransactions(
|
|||||||
transactions.push(buildTransactionForPullPaymentDebit(pi));
|
transactions.push(buildTransactionForPullPaymentDebit(pi));
|
||||||
});
|
});
|
||||||
|
|
||||||
logger.info(`tx request: ${j2s(transactionsRequest)}`);
|
|
||||||
|
|
||||||
if (transactionsRequest?.includeRefreshes) {
|
if (transactionsRequest?.includeRefreshes) {
|
||||||
tx.refreshGroups.iter().forEachAsync(async (rg) => {
|
tx.refreshGroups.iter().forEachAsync(async (rg) => {
|
||||||
if (shouldSkipCurrency(transactionsRequest, rg.currency)) {
|
if (shouldSkipCurrency(transactionsRequest, rg.currency)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user