From: Tanner Linsley Date: Tue, 2 Jun 2015 23:13:47 +0000 (-0600) Subject: no logging X-Git-Tag: v2.0-alpha~2^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ded634d75cc428ef7d7ca78f774c64d76d76e1e;p=thirdparty%2FChart.js.git no logging --- 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); }