mirror of
https://github.com/penpot/penpot.git
synced 2026-09-13 15:38:38 +00:00
Remove println.
This commit is contained in:
parent
32cbe2c1a5
commit
8151faf15e
@ -55,8 +55,7 @@
|
|||||||
[:div.color-palette
|
[:div.color-palette
|
||||||
[:div.color-palette-actions
|
[:div.color-palette-actions
|
||||||
[:select.input-select {:on-change select-collection}
|
[:select.input-select {:on-change select-collection}
|
||||||
(for [collection (vals collections-by-id)
|
(for [collection (vals collections-by-id)]
|
||||||
:let [_ (println collection)]]
|
|
||||||
[:option {:key (str (:id collection))
|
[:option {:key (str (:id collection))
|
||||||
:value (pr-str (:id collection))}
|
:value (pr-str (:id collection))}
|
||||||
(:name collection)])]
|
(:name collection)])]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user