mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-06 21:05:47 +01:00
Remove debugging dump statement.
This commit is contained in:
@@ -839,7 +839,6 @@ const RangeFind = Class("RangeFind", {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.range.save();
|
this.range.save();
|
||||||
liberator.dump(String.quote(this.range.initialSelection));
|
|
||||||
let action = clear ? unhighlight : highlight;
|
let action = clear ? unhighlight : highlight;
|
||||||
for (let r in this) {
|
for (let r in this) {
|
||||||
action(r);
|
action(r);
|
||||||
|
|||||||
Reference in New Issue
Block a user