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


git-svn-id: svn://10.0.0.236/trunk@51000 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com 1999-10-18 19:01:56 +00:00
parent 3a3c120af6
commit ae4dba7c09
2 changed files with 2 additions and 8 deletions

View File

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

View File

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