Removed transaction logger
All checks were successful
Deploy application / deploy (push) Successful in 3s

This commit is contained in:
Martin Berg Alstad 2025-01-31 17:06:36 +01:00
parent 18a0fbfac8
commit 41cb92cce5
Signed by: martials
GPG Key ID: A3824877B269F2E2

View File

@ -38,12 +38,6 @@ export async function daily(actual: Actual, bank: Bank): Promise<void> {
bankTransactionIntoActualTransaction(transaction, accountId),
)
logger.debug({
aMessage: "Mapped from Bank to Actual",
from: transactions,
to: actualTransactions,
})
// TODO Import transactions into Actual
// If multiple accounts, loop over them
// Get account ID from mapper