From 901806e508a05e32d5b77a7acfdc63167142e145 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 25 Jan 2024 06:34:04 +0100 Subject: [PATCH] :bug: Remove unnecessary println --- frontend/src/app/main/ui/export.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/app/main/ui/export.cljs b/frontend/src/app/main/ui/export.cljs index 7fa938cbc4..a9085b3174 100644 --- a/frontend/src/app/main/ui/export.cljs +++ b/frontend/src/app/main/ui/export.cljs @@ -328,8 +328,7 @@ ::mf/register-as :export ::mf/wrap-props false} [{:keys [team-id files has-libraries? binary? features]}] - (let [_ (println "-a-a-a-a") - state* (mf/use-state + (let [state* (mf/use-state #(let [files (mapv (fn [file] (assoc file :loading? true)) files)] {:status :prepare :selected :all