mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
Remove logging
This commit is contained in:
parent
fa6b8cb6de
commit
2634388d09
1 changed files with 1 additions and 2 deletions
|
@ -135,8 +135,7 @@
|
||||||
(let [theme (-> @theme-state
|
(let [theme (-> @theme-state
|
||||||
(update :name str/trim)
|
(update :name str/trim)
|
||||||
(update :group str/trim)
|
(update :group str/trim)
|
||||||
(update :description str/trim)
|
(update :description str/trim))]
|
||||||
(doto js/console.log))]
|
|
||||||
(when-not (str/empty? (:name theme))
|
(when-not (str/empty? (:name theme))
|
||||||
(on-submit theme)))
|
(on-submit theme)))
|
||||||
(on-back)))]
|
(on-back)))]
|
||||||
|
|
Loading…
Add table
Reference in a new issue