From: Yoan Le Clanche Date: Tue, 5 Dec 2023 11:02:39 +0000 (+0100) Subject: remove useless comment X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=632a476b5b6c577e330b71c5b7f2413fa9198281;p=teleforma.git remove useless comment --- diff --git a/teleforma/webclass/views.py b/teleforma/webclass/views.py index 3460e781..3a4c1788 100644 --- a/teleforma/webclass/views.py +++ b/teleforma/webclass/views.py @@ -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: