0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00
This commit is contained in:
Florian Schroedl 2024-09-18 11:28:31 +02:00
parent b68e7af844
commit c007170603

View file

@ -36,7 +36,6 @@
(defn humanize-errors [errors]
(->> errors
(map (fn [err]
(js/console.log "err" err)
(cond
(:error/fn err) ((:error/fn err) (:error/value err))
(:error/message err) (:error/message err)