chore: supprime du vieux code commenté

pull/3115/head
Jalil Arfaoui 2024-09-10 09:18:58 +02:00
parent 19a01804ca
commit f519716321
1 changed files with 0 additions and 3 deletions

View File

@ -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))
}