From: Robert Roebling Date: Thu, 16 Oct 2008 19:20:37 +0000 (+0000) Subject: Remove accidentally commited debug code X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/45bd6199ebb97287c998c7607dcbea4f12f137d3 Remove accidentally commited debug code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/carbon/window.cpp b/src/osx/carbon/window.cpp index 64ceced9dd..39ed9fe0bf 100644 --- a/src/osx/carbon/window.cpp +++ b/src/osx/carbon/window.cpp @@ -289,8 +289,6 @@ static pascal OSStatus wxMacWindowControlEventHandler( EventHandlerCallRef handl wxLogTrace(_T("Focus"), _T("focus lost(%p)"), wx_static_cast(void*, thisWindow)); - wxPrintf( "Focus lost %s\n", thisWindow->GetClassInfo()->GetClassName() ); - // remove this as soon as posting the synthesized event works properly static bool inKillFocusEvent = false ;