Fix Issue 229:valueRange and errorBars not mixing when valueRange max = data max
[dygraphs.git] / dygraph.js
index cf276ff..a0e55ab 100644 (file)
@@ -2361,7 +2361,6 @@ Dygraph.prototype.drawGraph_ = function() {
   }
 
   this.computeYAxisRanges_(extremes);
-  console.log(extremes);
   this.layout_.setYAxes(this.axes_);
 
   this.addXTicks_();