зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
a0b9c5845c
Коммит
f4660ce231
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче