The "Using expat for parsing XML message" is getting annoying. Only print it out for my debug build...

git-svn-id: svn://10.0.0.236/trunk@33678 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth%netscape.com 1999-06-04 00:30:23 +00:00
parent 1be69d18f3
commit 1e9a7adaef
2 changed files with 4 additions and 4 deletions

View File

@ -346,13 +346,13 @@ nsITokenizer* CWellFormedDTD::GetTokenizer(void) {
#endif
if(theExpatState) {
mTokenizer=(nsHTMLTokenizer*)new nsExpatTokenizer();
#ifdef DEBUG
#ifdef DEBUG_nisheeth
printf("Using Expat for parsing XML...\n");
#endif
}
else {
mTokenizer=(nsHTMLTokenizer*)new nsXMLTokenizer();
#ifdef DEBUG
#ifdef DEBUG_nisheeth
printf("Using internal parser for parsing XML...\n");
#endif
}

View File

@ -346,13 +346,13 @@ nsITokenizer* CWellFormedDTD::GetTokenizer(void) {
#endif
if(theExpatState) {
mTokenizer=(nsHTMLTokenizer*)new nsExpatTokenizer();
#ifdef DEBUG
#ifdef DEBUG_nisheeth
printf("Using Expat for parsing XML...\n");
#endif
}
else {
mTokenizer=(nsHTMLTokenizer*)new nsXMLTokenizer();
#ifdef DEBUG
#ifdef DEBUG_nisheeth
printf("Using internal parser for parsing XML...\n");
#endif
}