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
[: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)])]