From: Stefan Csomor Date: Mon, 14 Sep 2009 08:50:17 +0000 (+0000) Subject: remove debug logging X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/40607a8bfdd53f35e6dbc3770a64ed1c32935d7a?ds=inline remove debug logging git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/iphone/window.mm b/src/osx/iphone/window.mm index 2858e3ccc3..15e4029b84 100644 --- a/src/osx/iphone/window.mm +++ b/src/osx/iphone/window.mm @@ -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; }