1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 11:14:14 +01:00

Remove spurious dump statement.

This commit is contained in:
Kris Maglione
2011-01-12 00:19:11 -05:00
parent 76842038dc
commit d6e22872d3

View File

@@ -132,7 +132,6 @@ var Marks = Module("marks", {
for (let i in items.iterValues()) {
let entry = sh.getEntryAtIndex(i, false);
util.dump(i, entry.URI.spec, entry.URI.spec.replace(/#.*/, "") == mark.location);
if (entry.URI.spec.replace(/#.*/, "") == mark.location)
return void tab.linkedBrowser.webNavigation.gotoIndex(i);
}