From e99b9d1dce114d1ee8b1bb5e06a6445db09cfb7e Mon Sep 17 00:00:00 2001 From: Bryce Date: Tue, 22 Oct 2024 00:11:47 -0700 Subject: [PATCH] removed superflous print --- src/clj/auto_ap/ssr/ledger.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/clj/auto_ap/ssr/ledger.clj b/src/clj/auto_ap/ssr/ledger.clj index 3e3a9513..2f310863 100644 --- a/src/clj/auto_ap/ssr/ledger.clj +++ b/src/clj/auto_ap/ssr/ledger.clj @@ -265,7 +265,6 @@ (seq (->> (:form-errors request) :table vals - (#(do (println "HELLO" %) %)) (mapcat identity) (map last) (filter #{:error}))))