mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 08:28:20 +02: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
|
[:section.dashboard-grid.library
|
||||||
(page-title coll)
|
(page-title coll)
|
||||||
[:div.dashboard-grid-content
|
[:div.dashboard-grid-content
|
||||||
(for [icon (:icons coll)
|
(for [icon (:icons coll)]
|
||||||
:let [_ (println icon)]]
|
|
||||||
[:div.grid-item.small-item.project-th {:key (str (:id icon))}
|
[:div.grid-item.small-item.project-th {:key (str (:id icon))}
|
||||||
[:span.grid-item-image #_i/toggle (shapes/render icon)]
|
[:span.grid-item-image #_i/toggle (shapes/render icon)]
|
||||||
[:h3 "Custom icon"]
|
[:h3 "Custom icon"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue