diff --git a/src/Chart.Bar.js b/src/Chart.Bar.js index 32f67e8f4..b33ef2758 100644 --- a/src/Chart.Bar.js +++ b/src/Chart.Bar.js @@ -201,7 +201,6 @@ this.min = helpers.min(values); this.max = helpers.max(values); - console.log(this.min, this.max); } else { helpers.each(self.data.datasets, function(dataset) { if (dataset.yAxisID === this.id) { @@ -291,8 +290,6 @@ } } - console.log(base); - return this.getPixelForValue(base); }