From ec4aae7501aa8e4bf6d7247913486806dbb89eab Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Mon, 25 Jul 2011 18:41:20 -0400 Subject: [PATCH] remove logging code --- dygraph.js | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.7.4