diff --git a/ALMoviePlayerController/ALMoviePlayerControls.m b/ALMoviePlayerController/ALMoviePlayerControls.m index b9905af..7b59838 100644 --- a/ALMoviePlayerController/ALMoviePlayerControls.m +++ b/ALMoviePlayerController/ALMoviePlayerControls.m @@ -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]; }]; }