0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Remove logging

This commit is contained in:
Florian Schroedl 2024-10-02 14:37:24 +02:00
parent fa6b8cb6de
commit 2634388d09

View file

@ -135,8 +135,7 @@
(let [theme (-> @theme-state
(update :name str/trim)
(update :group str/trim)
(update :description str/trim)
(doto js/console.log))]
(update :description str/trim))]
(when-not (str/empty? (:name theme))
(on-submit theme)))
(on-back)))]