Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaik committed Oct 16, 2012
1 parent 3868e3a commit b1467ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ODRefreshControl.m
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ - (id)initInScrollView:(UIScrollView *)scrollView activityIndicatorView:(UIView

- (void)dealloc
{
NSLog(@"ODRefreshControl dealloc invoked");
[self.scrollView removeObserver:self forKeyPath:@"contentOffset"];
[self.scrollView removeObserver:self forKeyPath:@"contentInset"];
self.scrollView = nil;
Expand Down

0 comments on commit b1467ec

Please sign in to comment.