Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Aug 11, 2023
1 parent 1a72f39 commit 02ceb92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/src/views/VotingView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export const VotingView = () => {
setScores([]);
const choices = await fetchChoices();
setChoices(choices);
console.log(choices);
setLoading(false);
};

Expand Down

0 comments on commit 02ceb92

Please sign in to comment.