From 5c612bf07fed08f5526ff819d3c6a92796f6b4ed Mon Sep 17 00:00:00 2001 From: nBiqoz Date: Mon, 4 Aug 2025 00:55:00 +0200 Subject: [PATCH] finalyse --- app/components/AnonymizationInterface.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/components/AnonymizationInterface.tsx b/app/components/AnonymizationInterface.tsx index ed764fa..de2e94c 100644 --- a/app/components/AnonymizationInterface.tsx +++ b/app/components/AnonymizationInterface.tsx @@ -95,11 +95,6 @@ export const AnonymizationInterface = ({ anonymizedTypes.add("Coordonnées bancaires"); } - // Supprimer cette ligne dupliquée : - // if (outputText.includes("")) { - // anonymizedTypes.add("Valeurs numériques"); - // } - // IP_ADDRESS -> Valeurs numériques if (outputText.includes("")) { anonymizedTypes.add("Valeurs numériques");