Skip to content

Commit

Permalink
Update RNFSManager.m
Browse files Browse the repository at this point in the history
removed debug NSLogs
  • Loading branch information
ptelad committed Aug 22, 2017
1 parent f58f726 commit 99ce654
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions RNFSManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,6 @@ - (dispatch_queue_t)methodQueue

[self.downloaders setValue:downloader forKey:[jobId stringValue]];
if (uuid) {
NSLog(@"setting uuid: %@", uuid);
if (!self.uuids) self.uuids = [[NSMutableDictionary alloc] init];
[self.uuids setValue:uuid forKey:[jobId stringValue]];
}
Expand Down Expand Up @@ -514,7 +513,6 @@ - (dispatch_queue_t)methodQueue
NSString *uuid = [self.uuids objectForKey:[jobId stringValue]];
CompletionHandler completionHandler = [completionHandlers objectForKey:uuid];
if (completionHandler) {
NSLog(@"Calling completion handler on: %@", uuid);
completionHandler();
[completionHandlers removeObjectForKey:uuid];
}
Expand Down

0 comments on commit 99ce654

Please sign in to comment.