diff --git a/src/msw/toplevel.cpp b/src/msw/toplevel.cpp index 6874f1327d..41d5a0d46a 100644 --- a/src/msw/toplevel.cpp +++ b/src/msw/toplevel.cpp @@ -864,7 +864,7 @@ void wxTopLevelWindowMSW::OnActivate(wxActivateEvent& event) if ( event.GetActive() ) { // restore focus to the child which was last focused - wxLogTrace(_T("focus"), _T("wxTLW %08x activated."), (int) m_hWnd); +// wxLogTrace(_T("focus"), _T("wxTLW %08x activated."), (int) m_hWnd); wxWindow *parent = m_winLastFocused ? m_winLastFocused->GetParent() : NULL;