From e4668ef1e57ff561f9186f56c9214f49a47d97c4 Mon Sep 17 00:00:00 2001 From: N3WT DE COMPET Date: Fri, 30 May 2025 22:16:18 +0200 Subject: [PATCH] chore: Suppression log inutile --- Back-End/School/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Back-End/School/views.py b/Back-End/School/views.py index 6725bcc..b17a74a 100644 --- a/Back-End/School/views.py +++ b/Back-End/School/views.py @@ -482,7 +482,6 @@ class CompetencyDetailView(APIView): @method_decorator(ensure_csrf_cookie, name='dispatch') class EstablishmentCompetencyListCreateView(APIView): def get(self, request): - logger.info('coucou') establishment_id = request.GET.get('establishment_id') cycle = request.GET.get('cycle') if not establishment_id or not cycle: