Parcourir la source

chore: remove console.log

pull/347/head
Shivam Mishra il y a 4 ans
Parent
révision
1181660ed1
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. +0
    -2
      src/js/charts/DonutChart.js

+ 0
- 2
src/js/charts/DonutChart.js Voir le fichier

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


Chargement…
Annuler
Enregistrer