From dc00e22dbaeeee8d961ed29f4b734e6a53e5757f Mon Sep 17 00:00:00 2001 From: trotFunky Date: Tue, 23 Jul 2024 21:41:42 +0100 Subject: [PATCH] vote_chart: Remove log of received datasets Another debug print that I forgot for the release. --- static_files/vote_chart.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static_files/vote_chart.js b/static_files/vote_chart.js index 50df871..7bdae87 100644 --- a/static_files/vote_chart.js +++ b/static_files/vote_chart.js @@ -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;