bug 245410 - remove dump() call from bookmarks code, patch by steffen.wilberg@web.de, r=me

This commit is contained in:
mconnor%myrealbox.com 2004-07-06 04:02:56 +00:00
parent e5c93fe2d3
commit e8418dadcf

View File

@ -732,7 +732,7 @@
onSelectionChanged: function ()
{
dump("ONSELECTION CHANGED\n")
//dump("ONSELECTION CHANGED\n");
var selection = this.mOuter.getTreeSelection();
this.mOuter._selection = selection;
this.mOuter._target = this.mOuter.getTreeTarget(selection.item[0], selection.parent[0], BookmarksUtils.DROP_BEFORE);