From ee714adf5cadbe1ef084f5aad18bb0e7e2c3104e Mon Sep 17 00:00:00 2001 From: Dexterity <173429049+Dexterity104@users.noreply.github.com> Date: Thu, 14 May 2026 06:28:13 -0400 Subject: [PATCH] :bug: Remove stray println from onboarding team_choice success handler (#9366) Co-authored-by: Andrey Antukh --- frontend/src/app/main/ui/onboarding/team_choice.cljs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/main/ui/onboarding/team_choice.cljs b/frontend/src/app/main/ui/onboarding/team_choice.cljs index 84c8d0a565..34f602c04f 100644 --- a/frontend/src/app/main/ui/onboarding/team_choice.cljs +++ b/frontend/src/app/main/ui/onboarding/team_choice.cljs @@ -82,10 +82,9 @@ (fn [response] (let [team-id (:id response)] (st/emit! (du/update-profile-props {:onboarding-team-id team-id - :onboarding-viewed true}) - (println go-to-team) - (when go-to-team - (dcm/go-to-dashboard-recent :team-id team-id)))))) + :onboarding-viewed true})) + (when go-to-team + (st/emit! (dcm/go-to-dashboard-recent :team-id team-id)))))) on-error (mf/use-fn