comment out NS_ERROR in remove

This commit is contained in:
putterman%netscape.com 1999-03-12 13:13:58 +00:00
Родитель 846235af9b
Коммит d54a42c5ed
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -273,7 +273,7 @@ public:
}
}
NS_ERROR("attempt to remove an element that was never added");
// NS_ERROR("attempt to remove an element that was never added");
return NS_ERROR_ILLEGAL_VALUE;
}

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

@ -273,7 +273,7 @@ public:
}
}
NS_ERROR("attempt to remove an element that was never added");
// NS_ERROR("attempt to remove an element that was never added");
return NS_ERROR_ILLEGAL_VALUE;
}