From f2569a1c4a271190e2e5335e55cfe88c9cd7f999 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Tue, 24 Sep 2024 11:13:41 +0200 Subject: [PATCH] Cleanup --- common/src/app/common/types/tokens_lib.cljc | 1 - 1 file changed, 1 deletion(-) diff --git a/common/src/app/common/types/tokens_lib.cljc b/common/src/app/common/types/tokens_lib.cljc index 83b1174a8..50b17c9c9 100644 --- a/common/src/app/common/types/tokens_lib.cljc +++ b/common/src/app/common/types/tokens_lib.cljc @@ -493,7 +493,6 @@ (if (get-theme this group name) (let [group-themes (->> (get themes group) (map (comp token-theme->path val)) - (#(doto % println)) (into #{})) active-themes' (-> (set/difference active-themes group-themes) (conj (theme-path group name)))]