jefft has fixed bug #34383, so take out debugging dump().

This commit is contained in:
sspitzer%netscape.com 2000-04-04 02:58:38 +00:00
parent ebbbda71d9
commit 3ad854648b

View File

@ -75,7 +75,7 @@ var FolderPaneController =
specialFolder = folderTree.selectedItems[0].getAttribute('SpecialFolder');
}
catch (ex) {
dump("see bug #34383, specialFolder failure: " + ex + "\n");
//dump("specialFolder failure: " + ex + "\n");
}
if (specialFolder == "Inbox" || specialFolder == "Trash")
return false;