Skip to content

Commit

Permalink
Removes NSLog()
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyLB committed Oct 27, 2019
1 parent 780790e commit 29a5e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piwigo/Supporting Files/AppDelegate.m
Expand Up @@ -421,7 +421,7 @@ -(void)addRecentAlbumWithAlbumId:(NSNotification *)notification
// Update list
[Model sharedInstance].recentCategories = [newList componentsJoinedByString:@","];
[[Model sharedInstance] saveToDisk];
NSLog(@"•••> Recent albums: %@ (max: %ld)", [Model sharedInstance].recentCategories, [Model sharedInstance].maxNberRecentCategories);
// NSLog(@"•••> Recent albums: %@ (max: %ld)", [Model sharedInstance].recentCategories, [Model sharedInstance].maxNberRecentCategories);
}

-(void)removeRecentAlbumWithAlbumId:(NSNotification *)notification
Expand Down

0 comments on commit 29a5e45

Please sign in to comment.