enough with the message pane having focus dump()s

removing this dump because it's ALWAYS true (no reviewer, just a dump statement)
This commit is contained in:
alecf%netscape.com 2000-09-12 23:38:30 +00:00
parent 9e2e8ba282
commit aa01acfceb

View File

@ -655,7 +655,6 @@ function MessagePaneHasFocus()
if ( focusedWindow && messagePaneWindow && (focusedWindow != top) )
{
var hasFocus = IsSubWindowOf(focusedWindow, messagePaneWindow, false);
dump("...........Focus on MessagePane = " + hasFocus + "\n");
return hasFocus;
}