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