1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 23:04:17 +01:00

Remove debugging dump statement.

This commit is contained in:
Kris Maglione
2009-11-12 06:04:14 -05:00
parent 433ebbc1d9
commit 7f0a8a9ede

View File

@@ -839,7 +839,6 @@ const RangeFind = Class("RangeFind", {
}
this.range.save();
liberator.dump(String.quote(this.range.initialSelection));
let action = clear ? unhighlight : highlight;
for (let r in this) {
action(r);