Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lobianco committed Oct 9, 2013
1 parent d7bca3e commit aa6751a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ALMoviePlayerController/ALMoviePlayerControls.m
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,6 @@ - (void)showControls {
self.bottomBar.alpha = 1.f;
} completion:^(BOOL finished) {
_showing = YES;
NSLog(@"%@", NSStringFromCGRect(self.topBar.frame));
NSLog(@"%@", NSStringFromCGRect(self.bottomBar.frame));
[self performSelector:@selector(hideControls:) withObject:nil afterDelay:self.fadeDelay];
}];
}
Expand Down

0 comments on commit aa6751a

Please sign in to comment.