Remove two ifdef DEBUG_akkana lines that were left in when someone

changed the implementation of ConvertContentToXIF, so that I can
compile again.  This won't affect anyone but me.  r=kipp
This commit is contained in:
akkana%netscape.com 1999-10-18 19:01:56 +00:00
Родитель a0b9c5845c
Коммит f4660ce231
2 изменённых файлов: 2 добавлений и 8 удалений

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

@ -370,10 +370,7 @@ nsCommentNode::ConvertContentToXIF(nsXIFConverter& aConverter) const
res = inner->GetText(&textFrag);
if (!NS_SUCCEEDED(res))
return res;
#ifdef DEBUG_akkana
if (numFragments == 0)
printf("numFragments is zero! Go figure!\n");
#endif
if (sel != nsnull && document->IsInSelection(sel,content))
{
nsIEnumerator *enumerator;

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

@ -370,10 +370,7 @@ nsCommentNode::ConvertContentToXIF(nsXIFConverter& aConverter) const
res = inner->GetText(&textFrag);
if (!NS_SUCCEEDED(res))
return res;
#ifdef DEBUG_akkana
if (numFragments == 0)
printf("numFragments is zero! Go figure!\n");
#endif
if (sel != nsnull && document->IsInSelection(sel,content))
{
nsIEnumerator *enumerator;