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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user