mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
Remove logging
This commit is contained in:
@@ -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)))]
|
||||
|
||||
Reference in New Issue
Block a user