chore: Suppression log inutile

This commit is contained in:
N3WT DE COMPET
2025-05-30 22:16:18 +02:00
parent ec2630a6e4
commit e4668ef1e5

View File

@ -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: