From 83ce1b4197f5cf50650864e518808e08f34844c2 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Wed, 29 Mar 2023 22:01:46 +0200 Subject: [PATCH] remove console log --- src/components/WeaponChart.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/WeaponChart.vue b/src/components/WeaponChart.vue index f69e68a..d09d0a0 100644 --- a/src/components/WeaponChart.vue +++ b/src/components/WeaponChart.vue @@ -117,7 +117,6 @@ export default defineComponent({ if (!this.sortedWeaponList) { label = ctx.dataset.labels[ctx.dataIndex] } else { - console.log(this.sortedWeaponList) label = this.sortedWeaponList[ctx.dataIndex] } label += ' (' + this.weapons[label].kills + ' kills)'