From a40893febad75857f6fe0ff9c60614a1953d83eb Mon Sep 17 00:00:00 2001 From: "Kimo K." <52815698+kimo-k@users.noreply.github.com> Date: Thu, 10 Oct 2024 08:00:23 +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)