From 452ef8b6e7c9c3913d148d59a7eacd19e0844c12 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Mon, 3 Aug 2015 13:06:53 -0600 Subject: [PATCH] No Logs --- src/scales/scale.category.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/scales/scale.category.js b/src/scales/scale.category.js index 13b414ee7..98b28d072 100644 --- a/src/scales/scale.category.js +++ b/src/scales/scale.category.js @@ -127,8 +127,6 @@ //Max label rotation can be set or default to 90 - also act as a loop counter while (this.labelWidth > (datasetWidth + this.paddingLeft) && this.labelRotation <= this.options.labels.maxRotation) { - console.log(this.labelWidth, datasetWidth, this.labelRotation, this.options.labels.maxRotation) - console.log(this.paddingLeft); cosRotation = Math.cos(helpers.toRadians(this.labelRotation)); sinRotation = Math.sin(helpers.toRadians(this.labelRotation)); -- 2.47.2