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 552b461 commit cc3f25bCopy full SHA for cc3f25b
cohorts/views/views.py
@@ -266,7 +266,6 @@ def cohort_detail(request, cohort_id):
266
messages.error(request, 'You do not have permission to view that cohort.')
267
return redirect('cohort_list')
268
269
- print("Cohort detail call, counts only is: {}".format(counts_only))
270
shared_with_ids = Cohort_Perms.objects.filter(cohort=cohort, perm=Cohort_Perms.READER).values_list('user', flat=True)
271
shared_with_users = User.objects.filter(id__in=shared_with_ids)
272
0 commit comments