Skip to content

Commit

Permalink
Removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gklka committed Sep 17, 2016
1 parent 61c4619 commit 1acfd25
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Pod/Classes/GKFadeNavigationController.m
Expand Up @@ -174,8 +174,6 @@ - (void)navigationController:(UINavigationController *)navigationController will
Add custom navigation bar background, and set the colors for a hideable navigation bar
*/
- (void)setupCustomNavigationBar {
NSLog(@"Setup custom Navigation Bar");

// Hide the original navigation bar's background
[self.navigationBar setBackgroundImage:[UIImage new] forBarMetrics:UIBarMetricsDefault];
self.navigationBar.translucent = YES;
Expand All @@ -189,8 +187,6 @@ - (void)setupCustomNavigationBar {
Remove custom navigation bar background, and reset to the system default
*/
- (void)setupSystemNavigationBar {
NSLog(@"Setup system Navigation Bar");

[self.visualEffectView removeFromSuperview];

// Revert to original values
Expand Down

0 comments on commit 1acfd25

Please sign in to comment.