chore: remove console logs
parent
cf98c1a084
commit
1641ab3f56
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue