Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 71ee191

Browse files
committed
Remove unnecessary code
1 parent 820808c commit 71ee191

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/ios/RNFetchBlobNetwork.m

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -408,21 +408,6 @@ + (void) cancelRequest:(NSString *)taskId
408408
[task cancel];
409409
}
410410

411-
//- (void) application:(UIApplication *)application handleEventsForBackgroundURLSession:(NSString *)identifier completionHandler:(void (^)())completionHandler {
412-
//
413-
//}
414-
415-
//- (void) URLSessionDidFinishEventsForBackgroundURLSession:(NSURLSession *)session
416-
//{
417-
// if(self.dataTaskCompletionHandler != nil)
418-
// {
419-
// dataTaskCompletionHandler(self.respData, nil, error);
420-
// }
421-
// else if(self.fileTaskCompletionHandler != nil)
422-
// {
423-
// fileTaskCompletionHandler(nil, nil, self.error);
424-
// }
425-
//}
426411

427412
- (void) URLSession:(NSURLSession *)session didReceiveChallenge:(NSURLAuthenticationChallenge *)challenge completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition, NSURLCredential * _Nullable credantial))completionHandler
428413
{

0 commit comments

Comments
 (0)