0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-19 03:01:27 -05:00

Remove println.

This commit is contained in:
Andrey Antukh 2016-01-12 18:42:25 +02:00
parent 32cbe2c1a5
commit 8151faf15e

View file

@ -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)])]