Ver código fonte

chore: remove console.log

pull/347/head
Shivam Mishra 4 anos atrás
pai
commit
1181660ed1
1 arquivos alterados com 0 adições e 2 exclusões
  1. +0
    -2
      src/js/charts/DonutChart.js

+ 0
- 2
src/js/charts/DonutChart.js Ver arquivo

@@ -41,8 +41,6 @@ export default class DonutChart extends PieChart {
}.bind(this) }.bind(this)
] ]
]; ];
/* eslint-disable no-console */
console.log(this.sliceName);


this.components = new Map(componentConfigs this.components = new Map(componentConfigs
.map(args => { .map(args => {


Carregando…
Cancelar
Salvar