mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-28 15:33:22 +00:00
chore: Suppression log inutile
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user