Skip to content

Commit a4710b3

Browse files
committed
Remove log
1 parent 923d247 commit a4710b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/vue-ui-xy.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1874,7 +1874,6 @@ export default {
18741874
return Math.max(...this.safeDataset.filter(s => !this.segregatedSeries.includes(s.id)).map(datapoint => Math.max(...datapoint.series)));
18751875
},
18761876
min() {
1877-
console.log(this.FINAL_CONFIG.chart.grid.labels.yAxis.scaleMin === null)
18781877
if (this.FINAL_CONFIG.chart.grid.labels.yAxis.scaleMin !== null) {
18791878
return this.FINAL_CONFIG.chart.grid.labels.yAxis.scaleMin
18801879
}

0 commit comments

Comments
 (0)