mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-02 19:13:32 +02:00
Remove spurious dump statement.
This commit is contained in:
@@ -132,7 +132,6 @@ var Marks = Module("marks", {
|
|||||||
|
|
||||||
for (let i in items.iterValues()) {
|
for (let i in items.iterValues()) {
|
||||||
let entry = sh.getEntryAtIndex(i, false);
|
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)
|
if (entry.URI.spec.replace(/#.*/, "") == mark.location)
|
||||||
return void tab.linkedBrowser.webNavigation.gotoIndex(i);
|
return void tab.linkedBrowser.webNavigation.gotoIndex(i);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user