remove console.log

This commit is contained in:
projectsodoo 2021-04-07 14:29:25 +05:30
parent 3a7625a6aa
commit cc9fee570c
1 changed files with 0 additions and 2 deletions

View File

@ -297,8 +297,6 @@ var MAX_LEGEND_LENGTH = 25 * (1 + config.device.size_class);
var label = data.labels[item.index];
var value;
var boxColor;
console.log('11111', dataset);
console.log('222222', dataset.originIndex);
if (this.state.mode === 'bar') {
label = this._relabelling(label, dataset.originIndex);
if (this.state.processedGroupBy.length > 1 || this.state.origins.length > 1) {