mirror of
https://github.com/penpot/penpot.git
synced 2025-03-19 03:01:27 -05:00
Remove println.
This commit is contained in:
parent
32cbe2c1a5
commit
8151faf15e
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue