Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Gil committed Sep 4, 2017
2 parents fefd456 + 99ce654 commit a991f17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 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

0 comments on commit a991f17

Please sign in to comment.