]> git.parisson.com Git - teleforma.git/commitdiff
remove useless comment
authorYoan Le Clanche <yoanl@pilotsystems.net>
Tue, 5 Dec 2023 11:02:39 +0000 (12:02 +0100)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Tue, 5 Dec 2023 11:02:39 +0000 (12:02 +0100)
teleforma/webclass/views.py

index 3460e781a73ffdc169fbace027908a6ff94b2615..3a4c1788da89ed15610f0f433377715de60e9a9b 100644 (file)
@@ -59,7 +59,6 @@ class WebclassAppointment(View):
             user) if int(c['course'].id) == course_id]
         if not courses:
             return HttpResponse('Unauthorized', status=401)
-        # Student is in the right IEJ ?
         if student.platform_only and not webclass.allow_elearning:
             return HttpResponse('Unauthorized', status=401)
         if not student.platform_only and not webclass.allow_presentiel: