remove console log
This commit is contained in:
@@ -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)'
|
||||||
|
|||||||
Reference in New Issue
Block a user