diff --git a/content/bookmarks.js b/content/bookmarks.js index aec72488..ad8473f0 100644 --- a/content/bookmarks.js +++ b/content/bookmarks.js @@ -505,7 +505,7 @@ liberator.History = function () //{{{ for (var i = 0; i < rootNode.childCount; i++) { var node = rootNode.getChild(i); - dump("History child " + node.itemId + ": " + node.title + " - " + node.type + "\n"); + // dump("History child " + node.itemId + ": " + node.title + " - " + node.type + "\n"); if (node.type == node.RESULT_TYPE_URI) // just make sure it's a bookmark history.push([node.uri, node.title || "[No title]"]); }