Removed debug log.

This commit is contained in:
Robert Becker 2016-02-04 15:28:06 +01:00
parent 9a20381af4
commit 09721407d2

View File

@ -172,7 +172,6 @@
if (this.options.ticks.fixedStepSize) { if (this.options.ticks.fixedStepSize) {
for (var j = this.min; j <= this.max; ++j) { for (var j = this.min; j <= this.max; ++j) {
console.log(j * this.options.ticks.fixedStepSize);
this.ticks.push(j * this.options.ticks.fixedStepSize); this.ticks.push(j * this.options.ticks.fixedStepSize);
} }
} else { } else {