From: Tanner Linsley Date: Tue, 16 Jun 2015 06:20:22 +0000 (-0600) Subject: No logging X-Git-Tag: 2.0.0-alpha3~10^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0ccae1031e90b255f30018ab150e50672b5c4c1;p=thirdparty%2FChart.js.git No logging --- diff --git a/src/scales/scale.radialLinear.js b/src/scales/scale.radialLinear.js index fe47b0c06..15169aa86 100644 --- a/src/scales/scale.radialLinear.js +++ b/src/scales/scale.radialLinear.js @@ -180,7 +180,6 @@ // range of the scale this.max = helpers.max(this.ticks); this.min = helpers.min(this.ticks); - console.log(this); }, buildYLabels: function() { this.yLabels = [];