mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-06 04:25:45 +01:00
Kill useless dump statements. :(
--HG-- branch : groups
This commit is contained in:
@@ -17,7 +17,6 @@ var MOW = Module("mow", {
|
|||||||
}, this);
|
}, this);
|
||||||
|
|
||||||
this._timer = Timer(20, 400, function () {
|
this._timer = Timer(20, 400, function () {
|
||||||
util.dump("RESIZE " + this.window.document.body.textContent);
|
|
||||||
this.resize(true);
|
this.resize(true);
|
||||||
|
|
||||||
if (options["more"] && this.isScrollable(1)) {
|
if (options["more"] && this.isScrollable(1)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user