From b4d1ef3fc7bb329637f603580f6c5f282a96923b Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Tue, 25 Jun 2024 16:40:48 +0200 Subject: [PATCH] Cleanup --- frontend/src/app/main/ui/workspace/tokens/style_dictionary.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/tokens/style_dictionary.cljs b/frontend/src/app/main/ui/workspace/tokens/style_dictionary.cljs index 9a5a38ee4..d9d3c4a0f 100644 --- a/frontend/src/app/main/ui/workspace/tokens/style_dictionary.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/style_dictionary.cljs @@ -90,7 +90,6 @@ (defn resolve-tokens+ [tokens & {:keys [debug?] :as config}] (p/let [sd-tokens (-> (tokens-name-map tokens) - (doto js/console.log) (resolve-sd-tokens+ config))] (let [resolved-tokens (reduce (fn [acc ^js cur]