diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/SummarySelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/SummarySelector.vue index e5da5f2e8e..a99c9375d1 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/SummarySelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/SummarySelector.vue @@ -58,9 +58,7 @@ function getAxisList() { } const computedAxis = computed(() => { - const l = getAxisList() - console.log(l) - return l + return getAxisList() }) const summaryTypes = [ { key: 'sum', name: t('chart.sum') },