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;