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:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user