Removed console.log

This commit is contained in:
Yarne Coppens 2025-02-12 12:36:46 +01:00
parent af654af1e4
commit 6d27e5dc71

View file

@ -72,8 +72,6 @@ async function loadGame() {
},
};
console.log(labels)
new Chart(playercount_votes_chart, config);
}