From 41cb92cce5849ee580a7ed2583692f43db0afd59 Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Fri, 31 Jan 2025 17:06:36 +0100 Subject: [PATCH] Removed transaction logger --- src/main.ts | 6 ------ 1 file changed, 6 deletions(-) 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