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