commented out annoying wxLogDebug

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-08-18 23:54:19 +00:00
parent 2943b2c6af
commit 17f8d2a701
2 changed files with 4 additions and 2 deletions

View File

@ -957,7 +957,8 @@ void wxTopLevelWindowMac::MacDelayedDeactivation(long timestamp)
void wxTopLevelWindowMac::MacActivate( long timestamp , bool inIsActivating )
{
wxLogDebug(wxT("TopLevel=%p::MacActivate"),this);
// wxLogDebug(wxT("TopLevel=%p::MacActivate"),this);
if(s_macDeactivateWindow==this)
s_macDeactivateWindow=NULL;
MacDelayedDeactivation(timestamp);

View File

@ -957,7 +957,8 @@ void wxTopLevelWindowMac::MacDelayedDeactivation(long timestamp)
void wxTopLevelWindowMac::MacActivate( long timestamp , bool inIsActivating )
{
wxLogDebug(wxT("TopLevel=%p::MacActivate"),this);
// wxLogDebug(wxT("TopLevel=%p::MacActivate"),this);
if(s_macDeactivateWindow==this)
s_macDeactivateWindow=NULL;
MacDelayedDeactivation(timestamp);