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

Remove println.

This commit is contained in:
Andrey Antukh 2015-12-25 22:20:58 +02:00
parent c132ea1d67
commit 94a3bab48b

View file

@ -148,8 +148,7 @@
[:section.dashboard-grid.library
(page-title coll)
[:div.dashboard-grid-content
(for [icon (:icons coll)
:let [_ (println icon)]]
(for [icon (:icons coll)]
[:div.grid-item.small-item.project-th {:key (str (:id icon))}
[:span.grid-item-image #_i/toggle (shapes/render icon)]
[:h3 "Custom icon"]