X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph.js;h=a0e55ab0309130c22ad6ca58c4af394dfcd7b4a8;hb=cf89eeed067fa2892ea502eab07a29546b9848a8;hp=cf276ffd27c649302437bc276af6a03e1fe7e2cf;hpb=e71332d66382629c5014aa75d7c5f23b8686d9ff;p=dygraphs.git diff --git a/dygraph.js b/dygraph.js index cf276ff..a0e55ab 100644 --- a/dygraph.js +++ b/dygraph.js @@ -2361,7 +2361,6 @@ Dygraph.prototype.drawGraph_ = function() { } this.computeYAxisRanges_(extremes); - console.log(extremes); this.layout_.setYAxes(this.axes_); this.addXTicks_();