Bug 187839. Japanese IME/caret bug. Fixing checkin so that it doesn't include debugging printf. r=aaronl, sr=bryner, a=asa

This commit is contained in:
aaronl%netscape.com 2003-02-05 18:53:45 +00:00
parent a8f9135ef8
commit 318aa20eaf

View File

@ -383,7 +383,6 @@ nsMenuBarFrame::ShortcutNavigation(nsIDOMKeyEvent* aKeyEvent, PRBool& aHandledFl
if (result) {
// We got one!
aHandledFlag = PR_TRUE;
printf("\nIs active? %d\n", mIsActive);
SetActive(PR_TRUE);
SetCurrentMenuItem(result);
result->OpenMenu(PR_TRUE);