vote_chart: Remove log of received datasets
Another debug print that I forgot for the release.
This commit is contained in:
parent
a2f70c318f
commit
dc00e22dba
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ async function main() {
|
|||
data: vote_data[player],
|
||||
})
|
||||
}
|
||||
console.log(datasets)
|
||||
} catch (error) {
|
||||
console.error("Failed to parse vote data : \n\t" + error.message);
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue