From 084659ea3d59c90c7f4db64b1caa452e0176b6bc Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 18 Oct 2025 12:14:20 +0200 Subject: [PATCH] Remove debug --- web/components/votes/vote-item.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/votes/vote-item.tsx b/web/components/votes/vote-item.tsx index f7ea49e0..1eeb5c0c 100644 --- a/web/components/votes/vote-item.tsx +++ b/web/components/votes/vote-item.tsx @@ -24,7 +24,7 @@ export function VoteItem(props: { useEffect(() => { getVoteCreator(vote.creator_id).then(setCreator) }, [vote.creator_id]) - console.debug('creator', creator) + // console.debug('creator', creator) return (