1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-01 15:32:27 +01:00

Remove stale dump statement.

This commit is contained in:
Kris Maglione
2011-02-01 13:02:57 -05:00
parent b51269584d
commit 71caa3ef68

View File

@@ -388,7 +388,6 @@ var Editor = Module("editor", {
},
}, {
extendRange: function extendRange(range, forward, re, sameWord) {
util.dump("\n\n\n");
function advance(positive) {
let idx = range.endOffset;
while (idx < text.length && re.test(text[idx++]) == positive)