diff --git a/core/core-frontend/pom.xml b/core/core-frontend/pom.xml index ae46ef19fb..f05d6565f0 100644 --- a/core/core-frontend/pom.xml +++ b/core/core-frontend/pom.xml @@ -49,7 +49,7 @@ - + npm run build diff --git a/core/core-frontend/src/utils/style.ts b/core/core-frontend/src/utils/style.ts index b4450554a8..2151f906da 100644 --- a/core/core-frontend/src/utils/style.ts +++ b/core/core-frontend/src/utils/style.ts @@ -211,7 +211,6 @@ export function getCanvasStyle(canvasStyleData) { style['background'] = colorRGBA } } - console.log('style', style) return style } diff --git a/core/core-frontend/src/views/chart/ChartView.vue b/core/core-frontend/src/views/chart/ChartView.vue index 0bbdfa97e4..61a94f3c44 100644 --- a/core/core-frontend/src/views/chart/ChartView.vue +++ b/core/core-frontend/src/views/chart/ChartView.vue @@ -1,5 +1,6 @@