vote_chart: Remove log of received datasets

Another debug print that I forgot for the release.
This commit is contained in:
trotFunky 2024-07-23 21:41:42 +01:00
parent a2f70c318f
commit dc00e22dba

View file

@ -27,7 +27,6 @@ async function main() {
data: vote_data[player], data: vote_data[player],
}) })
} }
console.log(datasets)
} catch (error) { } catch (error) {
console.error("Failed to parse vote data : \n\t" + error.message); console.error("Failed to parse vote data : \n\t" + error.message);
return; return;