Skip to content

Commit bad370b

Browse files
committed
chore: delete console log
1 parent de1b51e commit bad370b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CChart.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ const CChart = props => {
4747
return labels
4848
}
4949
const emptyLabels = Array(dataset.length).fill('')
50-
console.log(emptyLabels, dataset)
5150
if (labels === 'indexes') {
5251
return emptyLabels.map((u, i) => i + 1)
5352
} else if (labels === 'months') {

0 commit comments

Comments
 (0)