mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-18 22:26:50 +01:00
Removed debug log.
This commit is contained in:
@@ -172,7 +172,6 @@
|
||||
|
||||
if (this.options.ticks.fixedStepSize) {
|
||||
for (var j = this.min; j <= this.max; ++j) {
|
||||
console.log(j * this.options.ticks.fixedStepSize);
|
||||
this.ticks.push(j * this.options.ticks.fixedStepSize);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user