remove console log

This commit is contained in:
Ax333l 2023-01-07 18:52:12 +01:00
parent 2cb6f9263c
commit e194ad6dbc
No known key found for this signature in database
GPG Key ID: D2B4D85271127D23

View File

@ -113,7 +113,7 @@
} }
async function submitBallot() { async function submitBallot() {
console.log(token); // console.log(token);
const data = { const data = {
votes: logos.map((logo) => ({ cid: logo.id, vote: selected.includes(logo.id) })) votes: logos.map((logo) => ({ cid: logo.id, vote: selected.includes(logo.id) }))
}; };