comment out a dump statement. no reviewer.

This commit is contained in:
sspitzer%netscape.com 2000-12-30 01:38:05 +00:00
parent 20a50b7fc0
commit 19f7ef0d56

View File

@ -610,7 +610,7 @@ function SortFolderPane(column, sortKey)
function SortColumn(node, sortKey, secondarySortKey, direction)
{
dump('In SortColumn\n');
//dump('In SortColumn\n');
var xulSortService = Components.classes["@mozilla.org/rdf/xul-sort-service;1"].getService();
if (xulSortService)