1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-05 05:45:48 +01:00

Kill useless dump statements. :(

--HG--
branch : groups
This commit is contained in:
Kris Maglione
2011-02-07 17:20:14 -05:00
parent f3ca43cea9
commit a94832ef15

View File

@@ -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)) {