diff --git a/WYPopoverController/WYPopoverController.m b/WYPopoverController/WYPopoverController.m index 34ea4862..176c7175 100644 --- a/WYPopoverController/WYPopoverController.m +++ b/WYPopoverController/WYPopoverController.m @@ -2538,7 +2538,8 @@ - (void)positionPopover:(BOOL)aAnimated backgroundView.frame = containerFrame; } - WY_LOG(@"popoverContainerView.frame = %@", NSStringFromCGRect(backgroundView.frame)); +// WY_LOG(@"popoverContainerView.frame = %@", NSStringFromCGRect(backgroundView.frame)); +// Removed line for it was jamming the log } - (void)dismissPopoverAnimated:(BOOL)aAnimated