From f519716321f1374af5e52f4fbc3af92034953da3 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Tue, 10 Sep 2024 09:18:58 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20supprime=20du=20vieux=20code=20comment?= =?UTF-8?q?=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/source/hooks/useQuestionList.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/site/source/hooks/useQuestionList.ts b/site/source/hooks/useQuestionList.ts index a659c0e47..2289d734c 100644 --- a/site/source/hooks/useQuestionList.ts +++ b/site/source/hooks/useQuestionList.ts @@ -25,9 +25,6 @@ export function useQuestionList(): [ const onQuestionAnswered = (dottedName: DottedName) => (value?: PublicodesExpression) => { - // if (!answeredQuestions.includes(dottedName)) { - // dispatch(vaÀLaQuestionSuivante()) - // } dispatch(enregistreLaRéponse(dottedName, value)) }