remove logs
ci / docker (push) Waiting to run

This commit is contained in:
2024-06-17 00:37:58 +02:00
parent 3e443617e9
commit eb5e1cf41d
2 changed files with 0 additions and 7 deletions
@@ -2,13 +2,7 @@ import Chart from "chart.js/auto"
const ChampionWinRate = {
mounted() {
console.log("mounted")
this.handleEvent("points", (event) => console.log("123"))
// this.props = { id: this.el.getAttribute("data-id") };
this.handleEvent("win-rate", ({ winRates }) => {
console.log(">>>>>>>")
console.log(winRates);
patches = winRates.map((winRate) => {
return winRate.patch_number
})