]> git.saurik.com Git - wxWidgets.git/commitdiff
remove debug logging
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 14 Sep 2009 08:50:17 +0000 (08:50 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 14 Sep 2009 08:50:17 +0000 (08:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/iphone/window.mm

index 2858e3ccc3f68daf5779f0b6e2ec196c7112aba6..15e4029b84c5cb753bcbde8d1fea0704a6105030 100644 (file)
@@ -372,8 +372,6 @@ bool wxWidgetIPhoneImpl::IsVisible() const
     while ( view != nil && [view isHidden] == NO )
     {
         view = [view superview];
-        if (view != nil && [view isHidden])
-            NSLog(@"visible test failed for %@",view); 
     }
     return view == nil;
 }