Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
abir-taheer committed Nov 21, 2023
1 parent 1f1a58f commit ad576c4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions comps/election/RunoffResult.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,7 @@ const RunoffResult = ({ id, election }) => {
]),
];

const colors = graphData.slice(1).map((row) => {
console.log(getCandidateColor("banana"));
return getCandidateColor(row[0]);
});
console.log(colors);

console.log(graphData);
const colors = graphData.slice(1).map((row) => getCandidateColor(row[0]));

const turnout =
results.numEligibleVoters > 0
Expand Down

1 comment on commit ad576c4

@vercel
Copy link

@vercel vercel bot commented on ad576c4 Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.