diff --git a/packages/frontend/src/pages/Testimonies.tsx b/packages/frontend/src/pages/Testimonies.tsx index ba99c97..e999705 100644 --- a/packages/frontend/src/pages/Testimonies.tsx +++ b/packages/frontend/src/pages/Testimonies.tsx @@ -7,7 +7,6 @@ import { usePetitions } from "@/state"; const Testimonies = () => { const { signatures } = usePetitions(); - console.log(signatures); const totalCount = signatures.length;