remove logging code
authorDan Vanderkam <dan@dygraphs.com>
Mon, 25 Jul 2011 22:41:20 +0000 (18:41 -0400)
committerDan Vanderkam <dan@dygraphs.com>
Mon, 25 Jul 2011 22:41:20 +0000 (18:41 -0400)
dygraph.js

index f3d3cdf..555bae4 100644 (file)
@@ -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);