chore: remove console.log

This commit is contained in:
Shivam Mishra 2020-10-26 12:49:25 +05:30
parent 26671b143b
commit 1181660ed1

View File

@ -41,8 +41,6 @@ export default class DonutChart extends PieChart {
}.bind(this)
]
];
/* eslint-disable no-console */
console.log(this.sliceName);
this.components = new Map(componentConfigs
.map(args => {