From a94832ef1576c691b1703b0fc7b0ecbe3b068022 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Mon, 7 Feb 2011 17:20:14 -0500 Subject: [PATCH] Kill useless dump statements. :( --HG-- branch : groups --- common/content/mow.js | 1 - 1 file changed, 1 deletion(-) diff --git a/common/content/mow.js b/common/content/mow.js index 06a93d94..24d65da3 100644 --- a/common/content/mow.js +++ b/common/content/mow.js @@ -17,7 +17,6 @@ var MOW = Module("mow", { }, this); this._timer = Timer(20, 400, function () { - util.dump("RESIZE " + this.window.document.body.textContent); this.resize(true); if (options["more"] && this.isScrollable(1)) {