diff --git a/src/generic/listctrl.cpp b/src/generic/listctrl.cpp index 075ed1d1b5..fd760ab7e9 100644 --- a/src/generic/listctrl.cpp +++ b/src/generic/listctrl.cpp @@ -2071,8 +2071,6 @@ void wxListHeaderWindow::OnMouse( wxMouseEvent &event ) void wxListHeaderWindow::OnSetFocus( wxFocusEvent &WXUNUSED(event) ) { - wxPrintf( wxT("OnSetFocus\n") ); - m_owner->SetFocus(); m_owner->Update(); }