Commented offending (DEBUG) line

git-svn-id: svn://10.0.0.236/trunk@24995 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com
1999-03-24 18:42:34 +00:00
parent 7444f81a69
commit d9fdf9bf34

View File

@@ -594,7 +594,7 @@ nsresult nsWindow::StandardWindowCreate(nsIWidget *aParent,
if (FAILED(::OleInitialize(NULL))){
printf("***** OLE has not been initialized!\n");
} else {
if (DEBUG) printf("***** OLE has been initialized!\n");
//if defined(DEBUG) printf("***** OLE has been initialized!\n");
}
gOLEInited = TRUE;
}