mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 19:41:49 +00:00
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:
parent
9e2e8ba282
commit
aa01acfceb
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user