diff --git a/frontend/src/app/main/ui/workspace/tokens/modals/themes.cljs b/frontend/src/app/main/ui/workspace/tokens/modals/themes.cljs index df481aa253..f75bb4ba8f 100644 --- a/frontend/src/app/main/ui/workspace/tokens/modals/themes.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/modals/themes.cljs @@ -135,8 +135,7 @@ (let [theme (-> @theme-state (update :name str/trim) (update :group str/trim) - (update :description str/trim) - (doto js/console.log))] + (update :description str/trim))] (when-not (str/empty? (:name theme)) (on-submit theme))) (on-back)))]