Ver a proveniência

chore: remove console.log

pull/347/head
Shivam Mishra há 4 anos
ascendente
cometimento
1181660ed1
1 ficheiros alterados com 0 adições e 2 eliminações
  1. +0
    -2
      src/js/charts/DonutChart.js

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

@@ -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 => {


Carregando…
Cancelar
Guardar