From 94a3bab48bfd39d671475024c59dae6a7a30b769 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 25 Dec 2015 22:20:58 +0200 Subject: [PATCH] Remove println. --- frontend/uxbox/ui/dashboard/icons.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/uxbox/ui/dashboard/icons.cljs b/frontend/uxbox/ui/dashboard/icons.cljs index e2c0bbeff..18a37eedf 100644 --- a/frontend/uxbox/ui/dashboard/icons.cljs +++ b/frontend/uxbox/ui/dashboard/icons.cljs @@ -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"]