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