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

git-svn-id: svn://10.0.0.236/trunk@158781 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mconnor%myrealbox.com
2004-07-06 04:02:56 +00:00
parent ad5fe1a76c
commit 1534663a5a

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);