comment out a dump statement. no reviewer.

This commit is contained in:
sspitzer%netscape.com 2000-12-30 01:38:05 +00:00
Родитель 20a50b7fc0
Коммит 19f7ef0d56
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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