Skip to content

Commit 78679a3

Browse files
author
Mike Amaral
committed
Removed todo.
1 parent 6421fab commit 78679a3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Source/App Delegate/AppDelegate.m

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,4 @@ - (void)initializeAnalytics {
100100
[tracker initializeAnalyticsWithTrackingID:kAnalyticsTrackingID logLevel:kGAILogLevelError];
101101
}
102102

103-
104-
// TODO: Implement / test background fetch
105-
//
106-
//#pragma mark - Background fetch
107-
//
108-
//- (void)application:(UIApplication *)application performFetchWithCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler {
109-
// // Let the data manger handle the fetch.
110-
// [[DataManager sharedInstance] performBackgroundFetchWithCompletionHandler:completionHandler];
111-
//}
112-
113-
114103
@end

0 commit comments

Comments
 (0)