chore: remove console logs

proto-module-actu-react
Jalil Arfaoui 2023-02-07 00:36:16 +01:00
parent cf98c1a084
commit 1641ab3f56
1 changed files with 0 additions and 4 deletions

View File

@ -47,10 +47,6 @@ export const ListeResistants = () => {
const [departement, setDepartement] = React.useState<string|null>(null)
const [nom, setNom] = React.useState<string|undefined>(undefined)
console.log("département set to ", departement)
console.log("normalized to :", normalize(departement ||''))
const filtreNom = (event: React.ChangeEvent<HTMLInputElement>) => setNom(event.target.value)
return (