mirror of
https://github.com/penpot/penpot.git
synced 2025-03-19 11:11:21 -05:00
Remove println.
This commit is contained in:
parent
c132ea1d67
commit
94a3bab48b
1 changed files with 1 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue