remove console log

This commit is contained in:
2023-03-29 22:01:46 +02:00
parent 9687a9a5a3
commit 83ce1b4197
-1
View File
@@ -117,7 +117,6 @@ export default defineComponent({
if (!this.sortedWeaponList) { if (!this.sortedWeaponList) {
label = ctx.dataset.labels[ctx.dataIndex] label = ctx.dataset.labels[ctx.dataIndex]
} else { } else {
console.log(this.sortedWeaponList)
label = this.sortedWeaponList[ctx.dataIndex] label = this.sortedWeaponList[ctx.dataIndex]
} }
label += ' (' + this.weapons[label].kills + ' kills)' label += ' (' + this.weapons[label].kills + ' kills)'