turning off these printfs, except for saari. a=phil

git-svn-id: svn://10.0.0.236/trunk@61222 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
2000-02-17 21:19:11 +00:00
parent f6c0701b75
commit 57e5ad90eb

View File

@@ -464,12 +464,16 @@ nsWebShellWindow::HandleEvent(nsGUIEvent *aEvent)
}
case NS_ACTIVATE: {
#ifdef DEBUG_saari
printf("nsWebShellWindow::NS_ACTIVATE\n");
#endif
break;
}
case NS_DEACTIVATE: {
#ifdef DEBUG_saari
printf("nsWebShellWindow::NS_DEACTIVATE\n");
#endif
void* data;
aEvent->widget->GetClientData(data);
@@ -500,7 +504,9 @@ nsWebShellWindow::HandleEvent(nsGUIEvent *aEvent)
}
case NS_GOTFOCUS: {
#ifdef DEBUG_saari
printf("nsWebShellWindow::GOTFOCUS\n");
#endif
void* data;
aEvent->widget->GetClientData(data);
if (!data)