makes logs a little less noisy.

This commit is contained in:
2023-09-12 18:46:10 -07:00
parent b2a07c756d
commit c48f77811f
2 changed files with 3 additions and 3 deletions

View File

@@ -321,7 +321,6 @@
(try
(f entry)
(catch Exception e
(println e)
(assoc entry :error (.getMessage e)
:status (or (:status (ex-data e))
:error))))))