comment out annoying debug message

This commit is contained in:
akkana%netscape.com 1999-05-05 23:24:58 +00:00
parent dc283ce5fd
commit 856e75286f

View File

@ -1466,7 +1466,7 @@ nsRangeList::Extend(nsIDOMNode* aParentNode, PRInt32 aOffset)
}
// If we get here, the focus wasn't contained in any of the ranges.
#ifdef DEBUG
#ifdef DEBUG_mjudge
printf("nsRangeList::Extend: focus not contained in any ranges\n");
#endif
return NS_ERROR_UNEXPECTED;