🐛 Remove stray println from onboarding team_choice success handler (#9366)

Co-authored-by: Andrey Antukh <niwi@niwi.nz>
This commit is contained in:
Dexterity 2026-05-14 06:28:13 -04:00 committed by GitHub
parent 08b30f76f3
commit ee714adf5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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