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