From e7515e5a000a2114e1e6425a021a3b5c375028a7 Mon Sep 17 00:00:00 2001 From: Bryce Date: Sat, 30 Jun 2018 10:15:58 -0700 Subject: [PATCH] removed testing code. --- src/clj/auto_ap/yodlee/import.clj | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/clj/auto_ap/yodlee/import.clj b/src/clj/auto_ap/yodlee/import.clj index 75415c09..d5281abe 100644 --- a/src/clj/auto_ap/yodlee/import.clj +++ b/src/clj/auto_ap/yodlee/import.clj @@ -50,9 +50,6 @@ type :type status :status} transaction - transaction (if (= 0 (rand-int 3)) - (assoc-in transaction [:description :original] (str "check xxx1236")) - transaction) check-number (extract-check-number transaction) company-id (account->company account-id) bank-account-id (yodlee-account-id->bank-account-id account-id)]]