From b5e4d86f507b7b0a1d57086cbc1c9dfa5717f3cb Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Mon, 30 Jul 2018 18:03:40 -0700 Subject: [PATCH] adding more debuggingv. --- src/clj/auto_ap/yodlee/import.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/clj/auto_ap/yodlee/import.clj b/src/clj/auto_ap/yodlee/import.clj index d43e91a0..df2b0a2d 100644 --- a/src/clj/auto_ap/yodlee/import.clj +++ b/src/clj/auto_ap/yodlee/import.clj @@ -112,6 +112,7 @@ (defn do-import [] (let [transactions (client/get-transactions) + _ (println "All accounts:" (client/get-accounts)) _ (println "ALL Transactions:" transactions) all-bank-accounts (mapcat (fn [c] (map (fn [{:keys [id yodlee-account-id]}]