summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-08-29 11:43:54 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-08-29 11:43:54 +0300
commitb721c462f29fc7d607c17ae8467092ef073345c4 (patch)
tree930b9b4d8b684c206d2f828e4ca31e2530d6c531
parent0a53c67244f5bf2f791bfc88984e802bd97392c2 (diff)
downloadwebui-vue-b721c462f29fc7d607c17ae8467092ef073345c4.tar.xz
fix
-rw-r--r--src/components/_sila/Global/Chart.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/_sila/Global/Chart.vue b/src/components/_sila/Global/Chart.vue
index 4cfef554..f09d676f 100644
--- a/src/components/_sila/Global/Chart.vue
+++ b/src/components/_sila/Global/Chart.vue
@@ -362,7 +362,6 @@ export default {
},
setCategories(count, desc) {
const arr = [...new Array(count)].map((i, k) => `${k} ${desc}`);
- console.log(arr);
return arr;
},
setSpeed(count) {