remove debug logging

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2009-09-14 08:50:17 +00:00
parent 7c38b3a525
commit 40607a8bfd

View File

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