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)))]