We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fcf3f commit 4607ef6Copy full SHA for 4607ef6
src/hooks/useCohortHandler.js
@@ -789,10 +789,6 @@ function useCohortHandler() {
789
const cohortSubscriptions = allSubscriptions?.filter((sub) => sub.selected_cohort_set?.cohorts.some((cohort) => cohort.id === cohortSession.id));
790
const currentCohortSlug = cohortSubscriptions[0]?.selected_cohort_set?.slug;
791
792
- console.log('allSubscriptions', allSubscriptions);
793
- console.log('cohortSession', cohortSession);
794
- console.log('cohortSubscriptions', cohortSubscriptions);
795
-
796
if (cohortSubscriptions.length === 0) {
797
showToastAndRedirect(currentCohortSlug);
798
return;
0 commit comments