From: Dan Vanderkam Date: Mon, 25 Jul 2011 22:41:20 +0000 (-0400) Subject: remove logging code X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=ec4aae7501aa8e4bf6d7247913486806dbb89eab;p=dygraphs.git remove logging code --- diff --git a/dygraph.js b/dygraph.js index f3d3cdf..555bae4 100644 --- a/dygraph.js +++ b/dygraph.js @@ -650,9 +650,6 @@ Dygraph.prototype.createInterface_ = function() { Dygraph.addEvent(this.mouseEventElement_, 'mouseout', function(e) { dygraph.mouseOut_(e); }); - Dygraph.addEvent(this.maindiv_, 'resize', function(e) { - console.log("resize!"); - }); // Create the grapher this.layout_ = new DygraphLayout(this);