From 19edcd91bcadb8112f34d549b899169a60a48ccc Mon Sep 17 00:00:00 2001 From: John Costa Date: Sat, 15 Nov 2025 11:10:34 +0000 Subject: [PATCH] chore: removing log --- packages/frontend/src/pages/Testimonies.tsx | 1 - 1 file changed, 1 deletion(-) 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;