Browse Source

Commented code removed

Artur Chrusciel 7 years ago
parent
commit
1d19f984ea
1 changed files with 0 additions and 10 deletions
  1. 0
    10
      ios/RNFetchBlobRequest.m

+ 0
- 10
ios/RNFetchBlobRequest.m View File

419
                rnfbRespType ?: @"",
419
                rnfbRespType ?: @"",
420
                respStr ?: [NSNull null]
420
                respStr ?: [NSNull null]
421
                ]);
421
                ]);
422
-    /*
423
-    @synchronized ([RNFetchBlobNetwork class])
424
-    {
425
-        if([taskTable objectForKey:taskId] == nil)
426
-            NSLog(@"object released by ARC.");
427
-        else
428
-            [taskTable removeObjectForKey:taskId];
429
-        [uploadProgressTable removeObjectForKey:taskId];
430
-        [progressTable removeObjectForKey:taskId];
431
-    }*/
432
     
422
     
433
     respData = nil;
423
     respData = nil;
434
     receivedBytes = 0;
424
     receivedBytes = 0;