From 166b321b82417f0e051ae03cae6485e2413a66bf Mon Sep 17 00:00:00 2001 From: Fine Date: Sat, 3 Jun 2023 23:40:20 +0800 Subject: [PATCH] fix: console --- src/views/dashboard/graphs/ServiceList.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/dashboard/graphs/ServiceList.vue b/src/views/dashboard/graphs/ServiceList.vue index 1b4a125b..31a7e1fa 100644 --- a/src/views/dashboard/graphs/ServiceList.vue +++ b/src/views/dashboard/graphs/ServiceList.vue @@ -263,7 +263,6 @@ limitations under the License. --> colMetrics.value = params.names; metricTypes.value = params.metricTypesArr; metricConfig.value = params.metricConfigArr; - console.log(colMetrics.value); return; } services.value = currentServices;