mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
Cleanup
This commit is contained in:
parent
b68e7af844
commit
c007170603
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue