Skip to content

Commit cc3f25b

Browse files
committed
-> Remove debug line
1 parent 552b461 commit cc3f25b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cohorts/views/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ def cohort_detail(request, cohort_id):
266266
messages.error(request, 'You do not have permission to view that cohort.')
267267
return redirect('cohort_list')
268268

269-
print("Cohort detail call, counts only is: {}".format(counts_only))
270269
shared_with_ids = Cohort_Perms.objects.filter(cohort=cohort, perm=Cohort_Perms.READER).values_list('user', flat=True)
271270
shared_with_users = User.objects.filter(id__in=shared_with_ids)
272271

0 commit comments

Comments
 (0)