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:
parent
3a3c120af6
commit
ae4dba7c09
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user