removing comment on code

This commit is contained in:
mjudge@netscape.com
2000-05-15 14:25:52 +00:00
parent 54231f3d9d
commit 3ee84b1101
2 changed files with 0 additions and 4 deletions

View File

@@ -3051,7 +3051,6 @@ PRBool nsHTMLDocument::SearchBlock(BlockText & aBlockText,
}
#if 0
//DEBUG MJUDGE
if (str) {
PRInt32 inx = str - contentStr;
@@ -3457,7 +3456,6 @@ static nsIDOMNode * FindDOMNode(nsIDOMNode * aNode, nsIContent * aContent)
NS_IMETHODIMP nsHTMLDocument::FindNext(const nsString &aSearchStr, PRBool aMatchCase, PRBool aSearchDown, PRBool &aIsFound)
{
#if 0
//DEBUG MJUDGE
aIsFound = PR_FALSE;
mShouldMatchCase = aMatchCase;