]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/toplevel.cpp
added wxDateTime to the streamable custom types
[wxWidgets.git] / src / mac / toplevel.cpp
index 7fc8dc68c364f7ffaabe2e54e35d50d8d9bfbd38..a6a9882aea62cb2af5920324d19995571c8c0e55 100644 (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);