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}))))