Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Removed line for it was jamming the log
  • Loading branch information
Luda Fux committed Nov 17, 2014
commit a94aa2d0907ff2c84140b37a174fb81708a050b6
3 changes: 2 additions & 1 deletion WYPopoverController/WYPopoverController.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down