no logging

This commit is contained in:
Tanner Linsley 2015-06-02 17:13:47 -06:00
parent 80a25af502
commit 4ded634d75

View File

@ -201,7 +201,6 @@
this.min = helpers.min(values); this.min = helpers.min(values);
this.max = helpers.max(values); this.max = helpers.max(values);
console.log(this.min, this.max);
} else { } else {
helpers.each(self.data.datasets, function(dataset) { helpers.each(self.data.datasets, function(dataset) {
if (dataset.yAxisID === this.id) { if (dataset.yAxisID === this.id) {
@ -291,8 +290,6 @@
} }
} }
console.log(base);
return this.getPixelForValue(base); return this.getPixelForValue(base);
} }