Browse Source

chore: remove console.log

pull/347/head
Shivam Mishra 4 years ago
parent
commit
1181660ed1
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/js/charts/DonutChart.js

+ 0
- 2
src/js/charts/DonutChart.js 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 => {


Loading…
Cancel
Save