From 1181660ed168215cfd16b852d90b379626e3c09e Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Mon, 26 Oct 2020 12:49:25 +0530 Subject: [PATCH] chore: remove console.log --- src/js/charts/DonutChart.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/js/charts/DonutChart.js b/src/js/charts/DonutChart.js index bcc6aeb..abc9a33 100644 --- a/src/js/charts/DonutChart.js +++ b/src/js/charts/DonutChart.js @@ -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 => {