Skip to content

Commit 0363947

Browse files
Alec ProbertAlec Probert
authored andcommitted
Remove logs
1 parent 3262ca2 commit 0363947

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-data-ui",
33
"private": false,
4-
"version": "2.0.23",
4+
"version": "2.0.24",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue components library",
77
"keywords": [

src/components/vue-ui-nested-donuts.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,10 @@ function segregate(legend) {
8686
} else {
8787
segregated.value.push(legend.id)
8888
}
89-
console.log(legend)
9089
emit('selectLegend', legend)
9190
}
9291
9392
function selectDatapoint({ datapoint, index }) {
94-
console.log({ datapoint, index })
9593
emit('selectDatapoint', { datapoint, index })
9694
}
9795

0 commit comments

Comments
 (0)