From bab02f3cd9cc63e674af993d923fa21d6bd47c1d Mon Sep 17 00:00:00 2001 From: "Kimo K." <52815698+kimo-k@users.noreply.github.com> Date: Mon, 14 Oct 2024 03:03:13 +0200 Subject: [PATCH] Remove println --- src/re_com/theme.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/re_com/theme.cljs b/src/re_com/theme.cljs index 1fc43dcd..2bfee975 100644 --- a/src/re_com/theme.cljs +++ b/src/re_com/theme.cljs @@ -38,7 +38,6 @@ (defn apply ([props ctx themes] - (println (:part ctx)) (->> (cond (map? themes) (re-com.theme/merge @registry themes)