mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -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
|
||||
(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)))]
|
||||
|
|
Loading…
Reference in a new issue