diff --git a/src/main.ts b/src/main.ts index aab35d1..f26d3f3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -38,12 +38,6 @@ export async function daily(actual: Actual, bank: Bank): Promise { 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