Remove debug

This commit is contained in:
MartinBraquet
2025-10-18 12:14:20 +02:00
parent c1a414afab
commit 084659ea3d

View File

@@ -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 (
<Col className={'mb-4 rounded-lg border border-ink-200 p-4'}>
<Row className={'mb-2'}>